Private _activePrivate _deriveGiven a notebook model, figure out how many of the code cells are trusted.
Private _getGet the current state of the model.
Private _notebookPrivate _onWhen the active cell changes, update the trust state.
Private _onWhen the notebook model changes, update the trust state.
Private _totalPrivate _triggerTrigger a change in the renderer.
Private _trustedReadonly stateA signal emitted when any model state changes.
Whether the active cell is trusted.
Test whether the model is disposed.
The total number of code cells in the current notebook.
The number of trusted code cells in the current notebook.
Generated using TypeDoc
A VDomModel for the NotebookTrust status item.