Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • IOptions<T>
    • IOptions

Index

Properties

Optional addButtonEnabled

addButtonEnabled: boolean

Whether the add button is enabled.

The default is false.

Optional allowDeselect

allowDeselect: boolean

Whether a tab can be deselected by the user.

The default is false.

Optional document

document: Document | ShadowRoot

The document to use with the tab bar.

The default is the global document instance.

Optional insertBehavior

insertBehavior: InsertBehavior

The selection behavior when inserting a tab.

The default is 'select-tab-if-needed'.

Optional name

name: string

Name of the tab bar.

This is used for accessibility reasons. The default is the empty string.

Optional orientation

orientation: Orientation

The layout orientation of the tab bar.

The default is horizontal.

Optional removeBehavior

removeBehavior: RemoveBehavior

The selection behavior when removing a tab.

The default is 'select-tab-after'.

Optional renderer

renderer: IRenderer<T>

A renderer to use with the tab bar.

The default is a shared renderer instance.

Optional tabsMovable

tabsMovable: boolean

Whether the tabs are movable by the user.

The default is false.

Optional titlesEditable

titlesEditable: boolean

Whether the titles can be directly edited by the user.

The default is false.

Optional translator

translator: ITranslator

The application language translator.

Generated using TypeDoc