activeNotebookEditor property
NotebookEditor?
get
activeNotebookEditor
The currently active {@link NotebookEditornotebook editor} or undefined
. The active editor is the one
that currently has focus or, when none has focus, the one that has changed
input most recently.
Implementation
_i4.NotebookEditor? get activeNotebookEditor => _i3.getProperty(
this,
'activeNotebookEditor',
);