openmrs-esm-core

O3 Framework / NotificationDescriptor

Interface: NotificationDescriptor

Defined in: packages/framework/esm-styleguide/src/notifications/notification.component.tsx:9

Properties

action?

optional action: string

Defined in: packages/framework/esm-styleguide/src/notifications/notification.component.tsx:11


critical?

optional critical: boolean

Defined in: packages/framework/esm-styleguide/src/notifications/notification.component.tsx:13


description

description: string

Defined in: packages/framework/esm-styleguide/src/notifications/notification.component.tsx:10


kind?

optional kind: InlineNotificationType

Defined in: packages/framework/esm-styleguide/src/notifications/notification.component.tsx:12


millis?

optional millis: number

Defined in: packages/framework/esm-styleguide/src/notifications/notification.component.tsx:14


onAction()?

optional onAction: () => void

Defined in: packages/framework/esm-styleguide/src/notifications/notification.component.tsx:16

Returns

void


title?

optional title: string

Defined in: packages/framework/esm-styleguide/src/notifications/notification.component.tsx:15