clik-engine API
GitHub
Preparing search index...
TabBarConfig
Interface TabBarConfig
interface
TabBarConfig
{
activeColor
?:
number
;
activeTextColor
?:
string
;
inactiveColor
?:
number
;
onChange
?:
(
tabKey
:
string
)
=>
void
;
tabHeight
?:
number
;
tabs
:
TabConfig
[]
;
tabWidth
?:
number
;
textColor
?:
string
;
x
:
number
;
y
:
number
;
}
Index
Properties
active
Color?
active
Text
Color?
inactive
Color?
on
Change?
tab
Height?
tabs
tab
Width?
text
Color?
x
y
Properties
Optional
active
Color
activeColor
?:
number
Optional
active
Text
Color
activeTextColor
?:
string
Optional
inactive
Color
inactiveColor
?:
number
Optional
on
Change
onChange
?:
(
tabKey
:
string
)
=>
void
Optional
tab
Height
tabHeight
?:
number
tabs
tabs
:
TabConfig
[]
Optional
tab
Width
tabWidth
?:
number
Optional
text
Color
textColor
?:
string
x
x
:
number
y
y
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Color
active
Text
Color
inactive
Color
on
Change
tab
Height
tabs
tab
Width
text
Color
x
y
GitHub
clik-engine API
Loading...