hosanna-ui-docs - v0.9.0
Preparing search index...
Views/Controls
TabSelector
ITabItem
Interface ITabItem
Tab item interface for
TabSelectorView
.
interface
ITabItem
{
title
:
string
;
value
:
unknown
;
}
Index
Properties
title
value
Properties
title
title
:
string
Tab title.
value
value
:
unknown
Tab value (any type).
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
title
value
hosanna-ui-docs - v0.9.0
Loading...
Tab item interface for TabSelectorView.