packages/core/src/lib/services/growl/eui-growl.service.ts
Properties |
Methods |
| clearGrowl |
clearGrowl()
|
|
Returns :
void
|
| growl | ||||||||||||||||||||||||
growl(msg: EuiGrowlMessage, isSticky?: boolean, isMultiple?: boolean, life?: number, position?: string, callback?: () => void, ariaLive?: "off" | "polite" | "assertive")
|
||||||||||||||||||||||||
|
displays a growl UxMessage item, isSticky
Parameters :
Returns :
void
|
| growlError |
growlError(msg: string, position?: string)
|
|
Returns :
void
|
| growlInfo |
growlInfo(msg: string, position?: string)
|
|
Returns :
void
|
| growlSuccess |
growlSuccess(msg: string, position?: string)
|
|
Returns :
void
|
| growlWarning |
growlWarning(msg: string, position?: string)
|
|
Returns :
void
|
| ariaGrowlLive |
Type : "off" | "polite" | "assertive"
|
Default value : 'polite'
|
| growlCallback |
Type : null
|
Default value : null
|
| growlLife |
Type : number
|
Default value : 3000
|
| growlMessages |
Type : []
|
Default value : []
|
| growlPosition |
Type : string
|
Default value : 'bottom-right'
|
| isCloseAllSticky |
Default value : false
|
| isGrowlSticky |
Default value : false
|