Type Alias DockablePaneInfo

DockablePaneInfo: {
    initialPosition: DockablePanePosition;
    title: string;
}

Dockable pane specific data required to register a dockable pane with Studio Pro.

Type declaration

  • initialPosition: DockablePanePosition

    The initial position where your dockable pane should be hosted.

  • title: string

    The title that should be displayed for your dockable pane.