---
title: "Basic Example"
description: "Extracted example from ctx.notification"
---

# ctx.notification

## Basic

```ts
ctx.notification.open({
  message: 'Success',
  description: 'Data saved.',
});
```
