Skip to content

NotifyOptions

Defined in: notifications.ts:21

Options for creating a one-shot notification record.

optional id?: string

Defined in: notifications.ts:22


message: string

Defined in: notifications.ts:24


optional persist?: boolean

Defined in: notifications.ts:27


optional severity?: AppDatabaseNotificationSeverity

Defined in: notifications.ts:25


optional source?: string

Defined in: notifications.ts:26


optional title?: string

Defined in: notifications.ts:23