[O3 Framework](../API.md) / ToastDescriptor

# Interface: ToastDescriptor

Defined in: [packages/framework/esm-styleguide/src/toasts/toast.component.tsx:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/toasts/toast.component.tsx#L10)

## Extended by

- [`ToastNotificationMeta`](ToastNotificationMeta.md)

## Properties

### actionButtonLabel?

> `optional` **actionButtonLabel**: `string`

Defined in: [packages/framework/esm-styleguide/src/toasts/toast.component.tsx:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/toasts/toast.component.tsx#L13)

***

### critical?

> `optional` **critical**: `boolean`

Defined in: [packages/framework/esm-styleguide/src/toasts/toast.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/toasts/toast.component.tsx#L15)

***

### description

> **description**: `ReactNode`

Defined in: [packages/framework/esm-styleguide/src/toasts/toast.component.tsx:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/toasts/toast.component.tsx#L11)

***

### kind?

> `optional` **kind**: [`ToastType`](../type-aliases/ToastType.md)

Defined in: [packages/framework/esm-styleguide/src/toasts/toast.component.tsx:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/toasts/toast.component.tsx#L14)

***

### onActionButtonClick()?

> `optional` **onActionButtonClick**: () => `void`

Defined in: [packages/framework/esm-styleguide/src/toasts/toast.component.tsx:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/toasts/toast.component.tsx#L12)

#### Returns

`void`

***

### title?

> `optional` **title**: `string`

Defined in: [packages/framework/esm-styleguide/src/toasts/toast.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/toasts/toast.component.tsx#L16)
