OpenFin Workspace Platform API
    Preparing search index...

    Type Alias PanelConfig

    PanelConfig: (PanelConfigHorizontal | PanelConfigVertical) & {
        viewOptions: Omit<
            OpenFin.PlatformViewCreationOptions,
            "bounds"
            | "target",
        >;
    }

    Configuration of an individual fixed view panel

    Example:

    {
    position: PanelPosition.Left,
    width: '140px',
    viewOptions: { url: 'https://example.com'}
    }

    Type Declaration

    • viewOptions: Omit<OpenFin.PlatformViewCreationOptions, "bounds" | "target">

      The options with which to initialize the panel view.