MediaSFU Angular
Preparing search index...
ButtonTouch
Interface ButtonTouch
interface
ButtonTouch
{
name
?:
string
;
icon
?:
IconDefinition
;
alternateIcon
?:
any
;
onPress
?:
()
=>
void
;
backgroundColor
?:
{
default
?:
string
}
;
active
?:
boolean
|
(
()
=>
boolean
)
;
alternateIconComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
;
iconComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
;
customComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
;
color
?:
string
;
activeColor
?:
string
|
(
()
=>
string
)
;
inActiveColor
?:
string
|
(
()
=>
string
)
;
show
?:
boolean
|
(
()
=>
boolean
)
;
disabled
?:
boolean
|
(
()
=>
boolean
)
;
}
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
?:
IconDefinition
Optional
alternate
Icon
alternateIcon
?:
any
Optional
on
Press
onPress
?:
()
=>
void
Optional
background
Color
backgroundColor
?:
{
default
?:
string
}
Optional
active
active
?:
boolean
|
(
()
=>
boolean
)
Optional
alternate
Icon
Component
alternateIconComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
Optional
icon
Component
iconComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
Optional
custom
Component
customComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
Optional
color
color
?:
string
Optional
active
Color
activeColor
?:
string
|
(
()
=>
string
)
Optional
in
Active
Color
inActiveColor
?:
string
|
(
()
=>
string
)
Optional
show
show
?:
boolean
|
(
()
=>
boolean
)
Optional
disabled
disabled
?:
boolean
|
(
()
=>
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 Angular - v2.2.2
Loading...