Optional
allowCreateType
allowCreateType?: string
Optional
childrenInheritSourceAttributes
childrenInheritSourceAttributes?: string[]
Optional
childrenMaster
childrenMaster?: "parent" | "source"
Optional
displayAttributes
displayAttributes?: {
create?: ViewModeConfig;
edit?: ViewModeConfig;
read?: ViewModeConfig;
}
Optional
hideElementType
hideElementType?: boolean
Optional
newElementsStartSelected
newElementsStartSelected?: boolean
Optional
parentToAttribute
parentToAttribute?: string
Optional
renderRule
renderRule?: RulesLogic
Optional
sort
sort?: { [attribute: string]: -1 | 1 }
Optional
sourceAttribute
sourceAttribute?: string
Optional
sourceToAttribute
sourceToAttribute?: string
Optional
summaryExpressions
summaryExpressions?: { create?: SummaryExpression; edit?: SummaryExpression }
type
type: "InlineElements"