Interface InfoPanelStatParams

Common params for every builder.

interface InfoPanelStatParams {
    id?: string;
    label: string;
    title?: string;
    value?: 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.

value?: string

Initial value text. Default "—".