MediaSFU Angular
Preparing search index...
AlertComponentOptions
Interface AlertComponentOptions
interface
AlertComponentOptions
{
visible
:
boolean
;
message
:
string
;
type
:
AlertTone
;
duration
?:
number
;
onHide
?:
()
=>
void
;
textColor
?:
string
;
position
?:
AlertPosition
;
isDarkMode
?:
boolean
;
alertStyle
?:
Partial
<
CSSStyleDeclaration
>
;
customTemplate
?:
TemplateRef
<
any
>
;
}
Index
Properties
visible
message
type
duration?
on
Hide?
text
Color?
position?
is
Dark
Mode?
alert
Style?
custom
Template?
Properties
visible
visible
:
boolean
message
message
:
string
type
type
:
AlertTone
Optional
duration
duration
?:
number
Optional
on
Hide
onHide
?:
()
=>
void
Optional
text
Color
textColor
?:
string
Optional
position
position
?:
AlertPosition
Optional
is
Dark
Mode
isDarkMode
?:
boolean
Optional
alert
Style
alertStyle
?:
Partial
<
CSSStyleDeclaration
>
Optional
custom
Template
customTemplate
?:
TemplateRef
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
visible
message
type
duration
on
Hide
text
Color
position
is
Dark
Mode
alert
Style
custom
Template
MediaSFU
MediaSFU Angular - v2.2.2
Loading...