OpenFin Workspace Platform API
    Preparing search index...

    Interface PanelConfigHorizontal

    Properties specific to a horizontal fixed view panel (top or bottom)

    interface PanelConfigHorizontal {
        height: string;
        position: Top | Bottom;
    }
    Index
    height: string

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

    position: Top | Bottom

    Position of the panel in the page.