Interface SerializedSplitview

interface SerializedSplitview {
    activeView?: string;
    orientation: Orientation;
    size: number;
    views: SerializedSplitviewPanel[];
}

Properties

activeView?: string
orientation: Orientation
size: number

Generated using TypeDoc