projects/components/base/src/widgets/common/message/message.component.doc.ts
The wmMessage component defines the message widget.
Methods |
Inputs |
| onClose | ||||||||||||
onClose($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when message widget is closed.
Parameters :
Returns :
void
|
| caption |
Type : string
|
|
This property specifies the label of the message. Bindable: |
| class |
Type : string
|
|
Class of the widget. |
| hideclose |
Type : boolean
|
Default value : false
|
|
This property helps to manage the close button visibility. |
| name |
Type : string
|
|
Name of the message widget. |
| show |
Type : boolean
|
Default value : true
|
|
This property will be used to show/hide the message widget on the web page. Bindable: |
| type |
Type : string
|
Default value : 'success'
|
|
Type of the message widget. Allowed Values:
|