Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a tab panel.

Hierarchy

  • IOptions

Index

Properties

Optional renderer

renderer: IRenderer<Widget>

The renderer for the panel's tab bar.

The default is a shared renderer instance.

Optional tabPlacement

tabPlacement: TabPlacement

The placement of the tab bar relative to the content.

The default is 'top'.

Optional tabsMovable

tabsMovable: boolean

Whether the tabs are movable by the user.

The default is false.

Generated using TypeDoc