flexlayout-react
    Preparing search index...

    Interface IPopupMenuDivider

    A non-selectable divider (horizontal rule) between menu items.

    interface IPopupMenuDivider {
        key: string;
        type: "divider";
    }
    Index
    key: string

    stable unique key for this divider

    type: "divider"

    entry discriminant