pfInlineNotification
patternfly.notification
The main visual element of the notification message.
<pf-inline-notification
[pf-notification-type="{expression}"]
[pf-notification-message="{expression}"]
[pf-notification-header="{expression}"]
[pf-notification-persistent="{expression}"]>
</pf-inline-notification>
| Param | Type | Details |
|---|---|---|
| pfNotificationType (optional) | expression | The type of the notification message. Allowed value is one of these: 'success','info','danger', 'warning'. |
| pfNotificationMessage (optional) | expression | The main text message of the notification. |
| pfNotificationHeader (optional) | expression | The header text of the notification. |
| pfNotificationPersistent (optional) | expression | The notification won't disappear after delay timeout, but has to be closed manually with the close button. |