UNPKG

@openmrs/esm-framework

Version:
71 lines (37 loc) 1.67 kB
[@openmrs/esm-framework](../API.md) / ShowToastEvent # Interface: ShowToastEvent ## Table of contents ### Properties - [actionButtonLabel](ShowToastEvent.md#actionbuttonlabel) - [description](ShowToastEvent.md#description) - [kind](ShowToastEvent.md#kind) - [title](ShowToastEvent.md#title) ### Methods - [onActionButtonClick](ShowToastEvent.md#onactionbuttonclick) ## Properties ### actionButtonLabel`Optional` **actionButtonLabel**: `any` #### Defined in [packages/framework/esm-globals/src/events.ts:66](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/events.ts#L66) ___ ### description • **description**: `any` #### Defined in [packages/framework/esm-globals/src/events.ts:63](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/events.ts#L63) ___ ### kind`Optional` **kind**: ``"error"`` \| ``"info"`` \| ``"info-square"`` \| ``"success"`` \| ``"warning"`` \| ``"warning-alt"`` #### Defined in [packages/framework/esm-globals/src/events.ts:64](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/events.ts#L64) ___ ### title`Optional` **title**: `string` #### Defined in [packages/framework/esm-globals/src/events.ts:65](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/events.ts#L65) ## Methods ### onActionButtonClick`Optional` **onActionButtonClick**(): `void` #### Returns `void` #### Defined in [packages/framework/esm-globals/src/events.ts:67](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/events.ts#L67)