Interface IGridviewPanel<T>

interface IGridviewPanel<T> {
    api: T;
    height: number;
    id: string;
    maximumHeight: number;
    maximumWidth: number;
    minimumHeight: number;
    minimumWidth: number;
    params: undefined | Parameters;
    priority: undefined | Low | High | Normal;
    snap: boolean;
    width: number;
    focus(): void;
    toJSON(): object;
    update(event): void;
}

Type Parameters

Hierarchy (view full)

Implemented by

Properties

api: T
height: number
id: string
maximumHeight: number
maximumWidth: number
minimumHeight: number
minimumWidth: number
params: undefined | Parameters
priority: undefined | Low | High | Normal
snap: boolean
width: number

Methods

Generated using TypeDoc