Module components/notebook/NotebookState
Variables
Const notebookActions
notebook
Actions: { 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
Functions
Const notebookEpics
- notebookEpics(action$: ActionsObservable<AnyAction>, state$: StateObservable<IState>, dependencies: any): Observable<Action<Success<void, void>>>
-
Parameters
-
action$: ActionsObservable<AnyAction>
-
state$: StateObservable<IState>
-
dependencies: any
Returns Observable<Action<Success<void, void>>>