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

# Function: showActionableNotification()

> **showActionableNotification**(`notification`): `void`

Defined in: [packages/framework/esm-styleguide/src/notifications/index.tsx:85](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/index.tsx#L85)

Displays an actionable notification in the UI.

## Parameters

### notification

[`ActionableNotificationDescriptor`](../interfaces/ActionableNotificationDescriptor.md)

The description of the notification to display.

## Returns

`void`
