Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NotebookActions

A collection of actions that run against notebooks.

Notes

All of the actions are a no-op if there is no model on the notebook. The actions set the widget mode to 'command' unless otherwise specified. The actions will preserve the selection on the notebook widget unless otherwise specified.

Hierarchy

  • NotebookActions

Index

Constructors

Accessors

Constructors

constructor

  • A private constructor for the NotebookActions class.

    Notes

    This class can never be instantiated. Its static member executed will be merged with the NotebookActions namespace. The reason it exists as a standalone class is because at run time, the Private.executed variable does not yet exist, so it needs to be referenced via a getter.

    Returns NotebookActions

Accessors

executed

  • get executed(): ISignal<any, { cell: Cell; notebook: Notebook }>
  • A signal that emits whenever a cell is run.

    Returns ISignal<any, { cell: Cell; notebook: Notebook }>

Generated using TypeDoc