Skip to content

NotificationProgressSnapshot

Defined in: notifications.ts:64

Serializable view of the current progress state.

cancellable: boolean

Defined in: notifications.ts:71


cancelRequested: boolean

Defined in: notifications.ts:72


optional current?: number

Defined in: notifications.ts:73


optional error?: string

Defined in: notifications.ts:79


id: string

Defined in: notifications.ts:65


indeterminate: boolean

Defined in: notifications.ts:76


location: NotificationLocation

Defined in: notifications.ts:69


optional message?: string

Defined in: notifications.ts:67


optional percent?: number

Defined in: notifications.ts:75


optional source?: string

Defined in: notifications.ts:68


startedAt: number

Defined in: notifications.ts:77


status: NotificationProgressStatus

Defined in: notifications.ts:70


title: string

Defined in: notifications.ts:66


optional total?: number

Defined in: notifications.ts:74


updatedAt: number

Defined in: notifications.ts:78