Variable notebookActionsConst

notebookActions: {
    activeCellChange: ActionCreator<CellModelUid>;
    addPortals: ActionCreator<ReactPortalsUid>;
    changeCellType: AsyncActionCreators<CellTypeUid, CellTypeUid, {}>;
    changeKernel: ActionCreator<KernelChangeUid>;
    delete: AsyncActionCreators<string, string, {}>;
    dispose: ActionCreator<string>;
    insertAbove: AsyncActionCreators<CellTypeUid, CellTypeUid, {}>;
    insertBelow: AsyncActionCreators<CellTypeUid, CellTypeUid, {}>;
    interrupt: AsyncActionCreators<string, string, {}>;
    kernelStatusChanged: ActionCreator<KernelStatusUid>;
    modelChange: ActionCreator<NotebookModelUid>;
    notebookChange: ActionCreator<NotebookChangeUid>;
    reset: ActionCreator<string>;
    run: AsyncActionCreators<string, string, {}>;
    runAll: AsyncActionCreators<string, string, {}>;
    save: AsyncActionCreators<DateUid, DateUid, {}>;
    setPortalDisplay: ActionCreator<PortalDisplayUid>;
    setPortals: ActionCreator<ReactPortalsUid>;
    update: ActionCreator<UpdateUid>;
} = ...

Type declaration

  • activeCellChange: ActionCreator<CellModelUid>
  • addPortals: ActionCreator<ReactPortalsUid>
  • changeCellType: AsyncActionCreators<CellTypeUid, CellTypeUid, {}>
  • changeKernel: ActionCreator<KernelChangeUid>
  • delete: AsyncActionCreators<string, string, {}>
  • dispose: ActionCreator<string>
  • insertAbove: AsyncActionCreators<CellTypeUid, CellTypeUid, {}>
  • insertBelow: AsyncActionCreators<CellTypeUid, CellTypeUid, {}>
  • interrupt: AsyncActionCreators<string, string, {}>
  • kernelStatusChanged: ActionCreator<KernelStatusUid>
  • modelChange: ActionCreator<NotebookModelUid>
  • notebookChange: ActionCreator<NotebookChangeUid>
  • reset: ActionCreator<string>
  • run: AsyncActionCreators<string, string, {}>
  • runAll: AsyncActionCreators<string, string, {}>
  • save: AsyncActionCreators<DateUid, DateUid, {}>
  • setPortalDisplay: ActionCreator<PortalDisplayUid>
  • setPortals: ActionCreator<ReactPortalsUid>
  • update: ActionCreator<UpdateUid>

Generated using TypeDoc