Options
All
  • Public
  • Public/Protected
  • All
Menu

TabAttrs

Hierarchy

Index

Properties

Optional active

active: boolean

active indicates whether the tab should be active or not.

Optional class

class: string

class is typically applied to the root level DOM of a widget's view.

Use it to define custom rules for styling specific widget instances.

Optional disabled

disabled: boolean

disabled indicates the control should not be interactable.

Optional name

name: string

name of the control.

Used by controls to tag events with names.

Optional onClick

onClick: function

onClick is applied when the tab is clicked.

Type declaration

Optional text

text: string

text can be specified to be displayed on the tab.

Optional value

value: void

value of the control.

Used to intialize controls and may also be the value of an Event.

Generated using TypeDoc