Variable notebookActionsConst
notebookActions: {
activeCellChange: ActionCreator<CellModelUid>;
addPortals: ActionCreator<ReactPortalsMutation>;
changeCellType: AsyncActionCreators<CellMutation, CellMutation, {}>;
changeKernel: ActionCreator<KernelChangeMutation>;
delete: AsyncActionCreators<string, string, {}>;
dispose: ActionCreator<string>;
insertAbove: AsyncActionCreators<CellMutation, CellMutation, {}>;
insertBelow: AsyncActionCreators<CellMutation, CellMutation, {}>;
interrupt: AsyncActionCreators<string, string, {}>;
kernelStatusChanged: ActionCreator<KernelStatusMutation>;
modelChange: ActionCreator<NotebookModelUid>;
notebookChange: ActionCreator<NotebookChangeUid>;
reset: ActionCreator<string>;
run: AsyncActionCreators<string, string, {}>;
runAll: AsyncActionCreators<string, string, {}>;
save: AsyncActionCreators<DateMutation, DateMutation, {}>;
setPortalDisplay: ActionCreator<PortalDisplayMutation>;
setPortals: ActionCreator<ReactPortalsMutation>;
update: ActionCreator<UpdateUid>;
} = ...
Type declaration
-
activeCellChange: ActionCreator<CellModelUid>
-
addPortals: ActionCreator<ReactPortalsMutation>
-
changeCellType: AsyncActionCreators<CellMutation, CellMutation, {}>
-
changeKernel: ActionCreator<KernelChangeMutation>
-
delete: AsyncActionCreators<string, string, {}>
-
dispose: ActionCreator<string>
-
insertAbove: AsyncActionCreators<CellMutation, CellMutation, {}>
-
insertBelow: AsyncActionCreators<CellMutation, CellMutation, {}>
-
interrupt: AsyncActionCreators<string, string, {}>
-
kernelStatusChanged: ActionCreator<KernelStatusMutation>
-
modelChange: ActionCreator<NotebookModelUid>
-
notebookChange: ActionCreator<NotebookChangeUid>
-
reset: ActionCreator<string>
-
run: AsyncActionCreators<string, string, {}>
-
runAll: AsyncActionCreators<string, string, {}>
-
save: AsyncActionCreators<DateMutation, DateMutation, {}>
-
setPortalDisplay: ActionCreator<PortalDisplayMutation>
-
setPortals: ActionCreator<ReactPortalsMutation>
-
update: ActionCreator<UpdateUid>