Interface InlineElementsWidgetConfig

Hierarchy

Properties

allowCreateType?: string
childrenInheritSourceAttributes?: string[]
childrenMaster?: "source" | "parent"
displayAttributes?: {
    create?: ViewModeConfig;
    edit?: ViewModeConfig;
    read?: ViewModeConfig;
}

Type declaration

  • Optional create?: ViewModeConfig
  • Optional edit?: ViewModeConfig
  • Optional read?: ViewModeConfig
group: "widget"
hideElementType?: boolean
id?: string
newElementsStartSelected?: boolean
parentToAttribute?: string
renderRule?: RulesLogic
sort?: {
    [attribute: string]: 1 | -1;
}

Type declaration

  • [attribute: string]: 1 | -1
sourceAttribute?: string
sourceListing?: IListingConfig
sourceToAttribute?: string
summaryExpressions?: {
    create?: SummaryExpression;
    edit?: SummaryExpression;
}

Type declaration

  • Optional create?: SummaryExpression
  • Optional edit?: SummaryExpression
type: "InlineElements"

Generated using TypeDoc