Interface ISplitviewPanel

interface ISplitviewPanel {
    api: SplitviewPanelApiImpl;
    height: number;
    id: string;
    maximumSize: number;
    minimumSize: number;
    orientation: Orientation;
    params: undefined | Parameters;
    priority: undefined | Low | High | Normal;
    snap: boolean;
    width: number;
    focus(): void;
    toJSON(): object;
    update(event): void;
}

Hierarchy

  • BasePanelViewExported<SplitviewPanelApiImpl>
    • ISplitviewPanel

Implemented by

Properties

api: SplitviewPanelApiImpl
height: number
id: string
maximumSize: number
minimumSize: number
orientation: Orientation
params: undefined | Parameters
priority: undefined | Low | High | Normal
snap: boolean
width: number

Methods

Generated using TypeDoc