@openmrs/esm-framework
Version:
75 lines (40 loc) • 2.25 kB
Markdown
[@openmrs/esm-framework](../API.md) / NotificationDescriptor
# Interface: NotificationDescriptor
## Table of contents
### UI Properties
- [action](NotificationDescriptor.md#action)
- [critical](NotificationDescriptor.md#critical)
- [description](NotificationDescriptor.md#description)
- [kind](NotificationDescriptor.md#kind)
- [millis](NotificationDescriptor.md#millis)
- [title](NotificationDescriptor.md#title)
## UI Properties
### action
• `Optional` **action**: `ReactNode`
#### Defined in
[packages/framework/esm-styleguide/src/notifications/notification.component.tsx:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/notification.component.tsx#L11)
___
### critical
• `Optional` **critical**: `boolean`
#### Defined in
[packages/framework/esm-styleguide/src/notifications/notification.component.tsx:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/notification.component.tsx#L13)
___
### description
• **description**: `ReactNode`
#### Defined in
[packages/framework/esm-styleguide/src/notifications/notification.component.tsx:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/notification.component.tsx#L10)
___
### kind
• `Optional` **kind**: [`InlineNotificationType`](../API.md#inlinenotificationtype)
#### Defined in
[packages/framework/esm-styleguide/src/notifications/notification.component.tsx:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/notification.component.tsx#L12)
___
### millis
• `Optional` **millis**: `number`
#### Defined in
[packages/framework/esm-styleguide/src/notifications/notification.component.tsx:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/notification.component.tsx#L14)
___
### title
• `Optional` **title**: `string`
#### Defined in
[packages/framework/esm-styleguide/src/notifications/notification.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/notification.component.tsx#L15)