Interface GridPanelViewState

interface GridPanelViewState {
    component: string;
    id: string;
    maximumHeight?: number;
    maximumWidth?: number;
    minimumHeight?: number;
    minimumWidth?: number;
    params?: Parameters;
    priority?: Low | High | Normal;
    snap?: boolean;
}

Hierarchy

  • BasePanelViewState
    • GridPanelViewState

Properties

component: string
id: string
maximumHeight?: number
maximumWidth?: number
minimumHeight?: number
minimumWidth?: number
params?: Parameters
priority?: Low | High | Normal
snap?: boolean

Generated using TypeDoc