Interface RelationDataTableWidgetConfig

interface RelationDataTableWidgetConfig {
    columnDefinitions: RelationDataTableColumn[];
    group: "widget";
    id?: string;
    listingConfig: IListingConfig;
    relationDataAttribute: string;
    renderRule?: RulesLogic;
    showElementComments?: boolean;
    type: "RelationDataTable";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

columnDefinitions: RelationDataTableColumn[]
group: "widget"
id?: string
listingConfig: IListingConfig
relationDataAttribute: string
renderRule?: RulesLogic
showElementComments?: boolean
type: "RelationDataTable"