Member Junction
    Preparing search index...

    Group of toolbar buttons

    interface ToolbarButtonGroup {
        buttons: ToolbarButton[];
        id: string;
        separator?: boolean;
    }
    Index

    Properties

    Properties

    buttons: ToolbarButton[]

    Buttons in this group

    id: string

    Unique identifier for the group

    separator?: boolean

    Whether to show a separator after this group