ElectronNotificationAction
Unofficial
An action button shown on a native notification.
Import:
import type { ElectronNotificationAction } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronNotificationActionProperties
| Property | Type | Description | |
|---|---|---|---|
| text? | string | The label for the given action. | |
| type | 'button' | The type of action, can be button. |
Links to this page: