Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/notebook/NotebookState

Index

Variables

Const notebookActions

notebookActions: { activeCellChange: ActionCreator<Cell<ICellModel>>; delete: AsyncActionCreators<void, void, {}>; insertAbove: AsyncActionCreators<void, void, {}>; insertBelow: AsyncActionCreators<void, void, {}>; interrupt: ActionCreator<void>; kernelStatusChanged: ActionCreator<Status>; notebookChange: ActionCreator<NotebookChange>; portal: ActionCreator<ReactPortal>; run: ActionCreator<void>; runAll: ActionCreator<void>; save: ActionCreator<void>; setPortals: ActionCreator<ReactPortal[]>; update: ActionCreator<Partial<INotebookState>> } = ...

Type declaration

  • activeCellChange: ActionCreator<Cell<ICellModel>>
  • delete: AsyncActionCreators<void, void, {}>
  • insertAbove: AsyncActionCreators<void, void, {}>
  • insertBelow: AsyncActionCreators<void, void, {}>
  • interrupt: ActionCreator<void>
  • kernelStatusChanged: ActionCreator<Status>
  • notebookChange: ActionCreator<NotebookChange>
  • portal: ActionCreator<ReactPortal>
  • run: ActionCreator<void>
  • runAll: ActionCreator<void>
  • save: ActionCreator<void>
  • setPortals: ActionCreator<ReactPortal[]>
  • update: ActionCreator<Partial<INotebookState>>

Const notebookInitialState

notebookInitialState: INotebookState = ...

Const notebookReducer

notebookReducer: ReducerBuilder<INotebookState, INotebookState> = ...

Functions

Const notebookEpics

  • notebookEpics(action$: ActionsObservable<AnyAction>, state$: StateObservable<IState>, dependencies: any): Observable<Action<Success<void, void>>>

Const selectNotebook

Generated using TypeDoc