AI Notice: Most documentation right now was auto-generated by an LLM. Handwritten documentation will be implemented over time on the road to 1.0
ToolbarButtonGroupDefinition
Toolbar button group definition
Signature
interface ToolbarButtonGroupDefinition {
id: string;
label: string;
icon?: string;
buttons: ToolbarButtonDefinition[];
dropdownLabel?: string;
priority?: number;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | — |
label | string | yes | — |
icon | string | no | — |
buttons | ToolbarButtonDefinition[] | yes | — |
dropdownLabel | string | no | — |
priority | number | no | Higher priority items stay visible longer when collapsing (default 0) |