openmrs-esm-core

O3 Framework / showToast

Function: showToast()

showToast(toast): void

Defined in: packages/framework/esm-styleguide/src/toasts/index.tsx:38

Displays a toast notification in the UI.

Parameters

toast

ToastDescriptor

The description of the toast to display.

Returns

void