IAddOptions | @jupyterlab (original) (raw)
Interface IAddOptions
The options used to add an item to the notebook tools.
interface IAddOptions {
rank?: number;
section: string;
tool: ITool;
}
Index
Properties
Properties
Optional
rank
rank?: number
The rank order of the widget among its siblings.
section
section: string
The section to which the tool should be added.
tool
tool: ITool
The tool to add to the notebook tools area.