NotebookCellExecution$Typings extension
Properties
- appendOutput ↔ Future Function(Object, [NotebookCell?])
-
getter/setter pair
- appendOutputItems ↔ Future Function(Object, NotebookCellOutput)
-
getter/setter pair
- cell → NotebookCell
-
The {@link NotebookCellcell} for which this execution has been created.
no setter
- clearOutput ↔ Future Function([NotebookCell?])
-
getter/setter pair
- end ↔ void Function([bool?, num?])
-
getter/setter pair
- executionOrder ↔ num?
-
Set and unset the order of this cell execution.
getter/setter pair
- replaceOutput ↔ Future Function(Object, [NotebookCell?])
-
getter/setter pair
- replaceOutputItems ↔ Future Function(Object, NotebookCellOutput)
-
getter/setter pair
- start ↔ void Function([num?])
-
getter/setter pair
- token → CancellationToken
-
A cancellation token which will be triggered when the cell execution is canceled
from the UI.
no setter