Interface FeaturesQueryWidgetConfig

interface FeaturesQueryWidgetConfig {
    displayMode?: "map" | "list";
    featureButtons?: TemplateButton[];
    group: "widget";
    id?: string;
    labelProperty?: string;
    query: string;
    renderRule?: RulesLogic;
    type: "FeaturesQuery";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

displayMode?: "map" | "list"
featureButtons?: TemplateButton[]
group: "widget"
id?: string
labelProperty?: string
query: string
renderRule?: RulesLogic
type: "FeaturesQuery"