Options
All
  • Public
  • Public/Protected
  • All
Menu

Module notebook

Index

Type aliases

NotebookMode

NotebookMode: "command" | "edit"

The interactivity modes for the notebook.

Variables

Const INotebookTools

INotebookTools: Token<INotebookTools>

The notebook tools token.

Const INotebookTracker

INotebookTracker: Token<INotebookTracker>

The notebook tracker token.

Const INotebookWidgetFactory

INotebookWidgetFactory: Token<IFactory>

The notebook widget factory token.

Functions

ExecutionIndicatorComponent

  • ExecutionIndicatorComponent(props: ExecutionIndicatorComponent.IProps): React.ReactElement<ExecutionIndicatorComponent.IProps>
  • A react functional component for rendering execution indicator.

    Parameters

    • props: ExecutionIndicatorComponent.IProps

    Returns React.ReactElement<ExecutionIndicatorComponent.IProps>

Generated using TypeDoc