Interface GroupPanelViewState

interface GroupPanelViewState {
    activeView?: string;
    constraints?: Partial<Contraints>;
    hideHeader?: boolean;
    id: string;
    initialHeight?: number;
    initialWidth?: number;
    locked?: boolean | "no-drop-target";
    skipSetActive?: boolean;
    views: string[];
}

Hierarchy

  • CoreGroupOptions
    • GroupPanelViewState

Properties

activeView?: string
constraints?: Partial<Contraints>
hideHeader?: boolean
id: string
initialHeight?: number
initialWidth?: number
locked?: boolean | "no-drop-target"
skipSetActive?: boolean
views: string[]

Generated using TypeDoc