Defines methods single side pane.

Hierarchy

  • Omit<PaneOptions, "isSelected" | "hideHeader">
    • PaneObject

Properties

alwaysRender?: boolean

Prevents the pane from unmounting when it is hidden.

canClose?: boolean

Whether the pane header will show a close button or not.

hidden?: boolean

Hides the pane and tab.

imageSrc?: string

The path of the icon to show in the panel switcher control.

keepBadgeOnSelect?: boolean

Prevents the badge from getting cleared when the pane becomes selected.

paneId?: string

The ID of the new pane. If the value is not passed, the ID value is auto-generated.

title?: string

The title of the pane. Used in pane header and for tooltip.

width?: number

The width of the pane in pixels.

Methods

  • Closes the side pane and removes it from the side bar.

    Returns void

  • Specify whether the pane should be selected or expanded.

    Returns void

Generated using TypeDoc