SiTabsetComponent documentation¶
selector
si-tabset
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
selectDefaultTab ¶ | boolean | true | If selectDefaultTab is passed as 'false', this implies no default tab selection i.e. on initial load of tabset component no tab gets selected. |
selectedTabIndex ¶ | number | Returns the currently selected tab index. Sets a selected tab index. This will activate the tab of the provided index, activates the tab and fires a notification about the change. If index is passed as -1 i.e. selectedTabIndex = -1 , this implies to clear all tab selection. | |
tabButtonMaxWidth ¶ | number | Define an optional max-width in px for the tab buttons. The minimum value is 100 . |
Output Properties¶
Name | Type | Description |
---|---|---|
(readonly) deselect ¶ | EventEmitter <SiTabDeselectionEvent > | Event emitter to notify when a tab became inactive. |
(readonly) selectedTabIndexChange ¶ | EventEmitter <number > | Event emitter to notify about selected tab index changes. You can either use bi-directional binding with [(selectedTabIndex)] or separate both with [selectedTabIndex]=... and (selectedTabIndexChange)=... |
Types Documentation¶
|
Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality. |
---|
Translatable import imported from @siemens/element-translate-ng |
---|
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
|
Except where otherwise noted, content on this site is licensed under MIT License.