Interface ElementNavigationWidgetConfig

interface ElementNavigationWidgetConfig {
    attributeSource: string;
    backgroundSource: string;
    group: "widget";
    id?: string;
    renderRule?: RulesLogic;
    type: "ElementNavigation";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

attributeSource: string
backgroundSource: string
group: "widget"
id?: string
renderRule?: RulesLogic
type: "ElementNavigation"