IUpdate | @jupyterlab (original) (raw)

Options for updating a notification

Type Parameters

Hierarchy (View Summary)

Index

Properties

Optionalactions

List of associated actions

OptionalautoClose

autoClose?: number | false

Autoclosing behavior - false (not closing automatically) or number (time in milliseconds before hiding the notification)

Set to zero if you want the notification to be retained in the notification center but not displayed as toast. This is the default behavior.

Optionaldata

data?: T

Data associated with a notification

id

id: string

Notification unique id

Optionalmessage

message?: string

New notification message

Optionalprogress

progress?: number

Task progression

Notes

This should be a number between 0 (not started) and 1 (completed).

Optionaltype

New notification type