DaffNotificationComponent provides a way to display and communicate information related to user actions within a page's content.
Selector:'daff-notification'
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
| faTimes | faTimes | |||||||
| _prefix | DaffPrefixDirective |
|||||||
| _actions | DaffNotificationActionsDirective |
|||||||
| class | true | |||||||
| tabindex | '0' | |||||||
| role | Sets role to alert when `status="warn"` or `status="danger"`. Sets role to status on all other instances. | |||||||
| verticalOrientation | ||||||||
| horizontalOrientation | ||||||||
| @Input() dismissible | false | Whether or not a notification is closable | ||||||
| @Input() orientation | DaffCardOrientation |
@Output() closeNotification | EventEmitter<void> | Output event triggered when the close icon is clicked. | onCloseNotification |