OpenFin Workspace Platform API
    Preparing search index...

    Interface PanelConfigVertical

    Properties specific to a vertical fixed view panel (left or right)

    interface PanelConfigVertical {
        extendToBottom?: boolean;
        extendToTop?: boolean;
        position: Left | Right;
        width: string;
    }
    Index
    extendToBottom?: boolean

    When true, the left/right panel extends all the way to the bottom of the window, thus taking priority over the bottom panel.

    extendToTop?: boolean

    When true, the left/right panel extends all the way to the top of the window, thus taking priority over the top panel.

    position: Left | Right

    Position of the panel in the page.

    width: string

    Size of the left/right panel, formatted as CSS property value with units. E.g. "0px", "10%", "3rem".