Skip to content
Tauri

active

active(): Promise<ActiveNotification[]>

Defined in: plugins/notification/guest-js/index.ts:459

Retrieves the list of active notifications.

Promise<ActiveNotification[]>

A promise resolving to the list of active notifications.

import { active } from '@tauri-apps/plugin-notification';
const activeNotifications = await active();

2.0.0


© 2025 Tauri Contributors. CC-BY / MIT