AboutSupportDeveloper GuideVersion 18.0.9
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.