Dockview
    Preparing search index...

    Interface SerializedSplitview

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

    Properties

    activeView?: string
    orientation: Orientation
    size: number