Skip to content

NotificationProgressOptions

Defined in: notifications.ts:35

Options for creating a long-running progress item.

optional cancellable?: boolean

Defined in: notifications.ts:41


optional id?: string

Defined in: notifications.ts:36


optional location?: NotificationLocation

Defined in: notifications.ts:40


optional message?: string

Defined in: notifications.ts:38


optional persistOnComplete?: boolean

Defined in: notifications.ts:42


optional persistOnError?: boolean

Defined in: notifications.ts:43


optional source?: string

Defined in: notifications.ts:39


title: string

Defined in: notifications.ts:37