g3-toolkit API Reference
    Preparing search index...

    Interface LayoutManagerProps

    interface LayoutManagerProps {
        activeLayout?: string;
        className?: string;
        onFreezeLayout?: (frozen: boolean) => void;
        onLayoutChange: (layoutName: string, options: LayoutOptions) => void;
        onResetLayout: () => void;
    }
    Index

    Properties

    activeLayout?: string
    className?: string
    onFreezeLayout?: (frozen: boolean) => void
    onLayoutChange: (layoutName: string, options: LayoutOptions) => void
    onResetLayout: () => void