IOptions | @jupyterlab (original) (raw)
The state restoration configuration options.
Typeparam
T - The type of object held by the restorable collection.
Type Parameters
- T extends IObservableDisposable
Hierarchy (View Summary)
- IOptions
Index
Properties
Optional
args
A function that returns the args needed to restore an instance.
command
command: string
The command to execute when restoring instances.
name
name: (obj: T) => string
A function that returns a unique persistent name for this instance.
Optional
when
The point after which it is safe to restore state.