Interface SubElementsWidgetConfig

interface SubElementsWidgetConfig {
    group: "widget";
    id?: string;
    projection?: string[];
    renderRule?: RulesLogic;
    type: "SubElements";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

group: "widget"
id?: string
projection?: string[]
renderRule?: RulesLogic
type: "SubElements"