Hiyve Components - v1.0.0
    Preparing search index...

    Interface LayoutMenuProps

    Props for the LayoutMenu component

    interface LayoutMenuProps {
        colors: ControlBarColors;
        disabled: boolean;
        icons: ControlBarIcons;
        labels: ControlBarLabels;
        layout: string;
        layouts: LayoutDefinition[];
        onLayoutChange: (layout: string) => void;
        onMenuOpenChange?: (open: boolean) => void;
        styles: ControlBarStyles;
    }
    Index

    Properties

    disabled: boolean
    layout: string
    layouts: LayoutDefinition[]
    onLayoutChange: (layout: string) => void
    onMenuOpenChange?: (open: boolean) => void

    Fires when the menu opens or closes, so the parent can pause/resume auto-hide.