Preparing search index...
The search index is not available
MediaSFU Vue
MediaSFU Vue
ButtonTouch
Interface ButtonTouch<TIcon, TElement>
interface
ButtonTouch
<
TIcon
,
TElement
>
{
name
?:
string
;
icon
?:
TIcon
;
alternateIcon
?:
TIcon
;
onPress
?:
(
(
)
=>
void
)
;
backgroundColor
?:
{
default
?:
string
;
}
;
active
?:
boolean
;
alternateIconComponent
?:
TElement
;
iconComponent
?:
TElement
;
customComponent
?:
TElement
;
color
?:
string
;
activeColor
?:
string
;
inActiveColor
?:
string
;
show
?:
boolean
;
disabled
?:
boolean
;
}
Type Parameters
TIcon
=
unknown
TElement
=
unknown
Index
Properties
name?
icon?
alternate
Icon?
on
Press?
background
Color?
active?
alternate
Icon
Component?
icon
Component?
custom
Component?
color?
active
Color?
in
Active
Color?
show?
disabled?
Properties
Optional
name
name
?:
string
Optional
icon
icon
?:
TIcon
Optional
alternate
Icon
alternate
Icon
?:
TIcon
Optional
on
Press
on
Press
?:
(
(
)
=>
void
)
Optional
background
Color
background
Color
?:
{
default
?:
string
;
}
Optional
active
active
?:
boolean
Optional
alternate
Icon
Component
alternate
Icon
Component
?:
TElement
Optional
icon
Component
icon
Component
?:
TElement
Optional
custom
Component
custom
Component
?:
TElement
Optional
color
color
?:
string
Optional
active
Color
active
Color
?:
string
Optional
in
Active
Color
in
Active
Color
?:
string
Optional
show
show
?:
boolean
Optional
disabled
disabled
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
icon
alternate
Icon
on
Press
background
Color
active
alternate
Icon
Component
icon
Component
custom
Component
color
active
Color
in
Active
Color
show
disabled
MediaSFU
MediaSFU Vue - v1.0.1
Loading...