interface IBaseView {
    maximumSize: number;
    minimumSize: number;
    priority?: Low | High | Normal;
    snap?: boolean;
    dispose(): void;
}

Hierarchy (view full)

Properties

maximumSize: number
minimumSize: number
priority?: Low | High | Normal
snap?: boolean

Methods

Generated using TypeDoc