Type Alias InlineElementsConfig

InlineElementsConfig: {
    allowCreateType?: string;
    childrenInheritSourceAttributes?: AttributeKey[];
    childrenMaster?: "parent" | "source";
    displayAttributes?: {
        create?: ViewModeConfig;
        edit?: ViewModeConfig;
        read?: ViewModeConfig;
    };
    hideElementType?: boolean;
    newElementsStartSelected?: boolean;
    parentToAttribute?: AttributeKey;
    sort?: { [attribute: string]: -1
    | 1 };
    sourceAttribute?: AttributeKey;
    sourceListing?: IListingConfig;
    sourceToAttribute?: AttributeKey;
    summaryExpressions?: {
        create?: SummaryExpression;
        edit?: SummaryExpression;
    };
}

Type declaration

  • OptionalallowCreateType?: string
  • OptionalchildrenInheritSourceAttributes?: AttributeKey[]
  • OptionalchildrenMaster?: "parent" | "source"
  • OptionaldisplayAttributes?: { create?: ViewModeConfig; edit?: ViewModeConfig; read?: ViewModeConfig }
  • OptionalhideElementType?: boolean
  • OptionalnewElementsStartSelected?: boolean
  • OptionalparentToAttribute?: AttributeKey
  • Optionalsort?: { [attribute: string]: -1 | 1 }
  • OptionalsourceAttribute?: AttributeKey
  • OptionalsourceListing?: IListingConfig
  • OptionalsourceToAttribute?: AttributeKey
  • OptionalsummaryExpressions?: { create?: SummaryExpression; edit?: SummaryExpression }