MediaSFU Angular
Preparing search index...
AlertComponentOptions
Interface AlertComponentOptions
interface
AlertComponentOptions
{
visible
:
boolean
;
message
:
string
;
type
:
"success"
|
"danger"
;
duration
?:
number
;
onHide
?:
()
=>
void
;
textColor
?:
string
;
alertStyle
?:
Partial
<
CSSStyleDeclaration
>
;
customTemplate
?:
TemplateRef
<
any
>
;
}
Index
Properties
visible
message
type
duration?
on
Hide?
text
Color?
alert
Style?
custom
Template?
Properties
visible
visible
:
boolean
message
message
:
string
type
type
:
"success"
|
"danger"
Optional
duration
duration
?:
number
Optional
on
Hide
onHide
?:
()
=>
void
Optional
text
Color
textColor
?:
string
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
alert
Style
custom
Template
MediaSFU
MediaSFU Angular - v2.2.2
Loading...