Trevixal API
    Preparing search index...

    Interface ToolbarGroup

    A visually separated run of controls.

    interface ToolbarGroup {
        items: readonly (ToolbarItem | ToolbarControl)[];
        label?: string;
        name: string;
    }
    Index
    items: readonly (ToolbarItem | ToolbarControl)[]
    label?: string

    Human-readable name, spoken by the grip when the groups can be rearranged.

    name: string