packages/eui/packages/components-next/src/lib/components/eui-growl/eui-growl.component.ts
| encapsulation | ViewEncapsulation.None |
| selector | eui-growl |
| styleUrls | ./styles/_index.scss |
| templateUrl | ./eui-growl.component.html |
Properties |
Methods |
Inputs |
Outputs |
constructor(el: ElementRef, differs: IterableDiffers)
|
|||||||||
|
Parameters :
|
| e2eAttr |
Type : string
|
Default value : 'eui-growl'
|
| life |
Type : number
|
Default value : 3000
|
| position |
Type : string
|
| sticky |
Type : boolean
|
Default value : false
|
| style |
Type : any
|
| styleClass |
Type : string
|
| value |
Type : UxMessage[]
|
Default value : []
|
| clicked |
Type : EventEmitter<any>
|
| onClick |
onClick()
|
|
Returns :
void
|
| remove | |||||||||
remove(msg: UxMessage, msgel?: any)
|
|||||||||
|
Parameters :
Returns :
void
|
| removeAll |
removeAll()
|
|
Removes all growl messages from the stack
Returns :
void
|
| containerViewChild |
Type : ElementRef<HTMLDivElement>
|
Decorators :
@ViewChild('container')
|
| differ |
Type : IterableDiffer<UxMessage>
|
| Public el |
Type : ElementRef
|
| stopDoCheckPropagation |
Type : boolean
|
| timeout |
Type : any
|
| zIndex |
Type : number
|