Circle V2 API Docs
    Preparing search index...

    Type Alias MenuGroupDef

    type MenuGroupDef = {
        items: MenuItemDef[];
        label?: string;
        type: "group";
    }
    Index

    Properties

    Properties

    items: MenuItemDef[]
    label?: string

    Optional heading shown above the group.

    type: "group"