IOptions | @jupyterlab (original) (raw)

The state restoration configuration options.

Typeparam

T - The type of object held by the restorable collection.

Type Parameters

Hierarchy (View Summary)

Index

Properties

Optionalargs

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.

Optionalwhen

The point after which it is safe to restore state.