# NotificationPlacement

**Kind**: interface | **Module**: [Notifications](https://docs.interop.io/desktop/reference/javascript/notifications/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/notifications/notificationplacement/index.html

Settings for placing the Notification Panel and the notification toasts.

*Since: io.Connect Desktop 9.2, @interopio/desktop 6.2.0*

## Properties

- **`panel`** (`"left" | "right"`, optional) default: `"right"`
  Defines the position of the Notification Panel on the screen.
- **`toasts`** (`"top-left" | "top-right" | "bottom-left" | "bottom-right"`, optional) default: `"bottom-right"`
  Defines the position of the notification toasts on the screen.
