MediaSFU Angular
Preparing search index...
Button
Interface Button
interface
Button
{
name
?:
string
;
icon
?:
IconDefinition
;
alternateIcon
?:
IconDefinition
;
onPress
?:
()
=>
void
;
active
?:
boolean
|
(
()
=>
boolean
)
;
activeColor
?:
string
|
(
()
=>
string
)
;
inActiveColor
?:
string
|
(
()
=>
string
)
;
color
?:
string
;
backgroundColor
?:
{
default
?:
string
}
;
customComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
;
iconComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
;
alternateIconComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
;
disabled
?:
boolean
|
(
()
=>
boolean
)
;
show
?:
boolean
|
(
()
=>
boolean
)
;
}
Index
Properties
name?
icon?
alternate
Icon?
on
Press?
active?
active
Color?
in
Active
Color?
color?
background
Color?
custom
Component?
icon
Component?
alternate
Icon
Component?
disabled?
show?
Properties
Optional
name
name
?:
string
Optional
icon
icon
?:
IconDefinition
Optional
alternate
Icon
alternateIcon
?:
IconDefinition
Optional
on
Press
onPress
?:
()
=>
void
Optional
active
active
?:
boolean
|
(
()
=>
boolean
)
Optional
active
Color
activeColor
?:
string
|
(
()
=>
string
)
Optional
in
Active
Color
inActiveColor
?:
string
|
(
()
=>
string
)
Optional
color
color
?:
string
Optional
background
Color
backgroundColor
?:
{
default
?:
string
}
Optional
custom
Component
customComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
Optional
icon
Component
iconComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
Optional
alternate
Icon
Component
alternateIconComponent
?:
|
HTMLElement
|
CustomComponent
|
(
()
=>
HTMLElement
|
CustomComponent
)
Optional
disabled
disabled
?:
boolean
|
(
()
=>
boolean
)
Optional
show
show
?:
boolean
|
(
()
=>
boolean
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
icon
alternate
Icon
on
Press
active
active
Color
in
Active
Color
color
background
Color
custom
Component
icon
Component
alternate
Icon
Component
disabled
show
MediaSFU
MediaSFU Angular - v2.2.2
Loading...