Interface InfoPanelWidgetParamsBase

Common params for every builder.

interface InfoPanelWidgetParamsBase {
    id?: string;
    label: string;
    title?: string;
}

Hierarchy (View Summary)

Properties

Properties

id?: string

Stable id for later updates / lookups. Auto-assigned if omitted.

label: string

User-facing label rendered to the left of the control.

title?: string

Tooltip on hover.