onDidChangeVisibleNotebookEditors property
Event<List<NotebookEditor> >
get
onDidChangeVisibleNotebookEditors
An {@link Event} which fires when the {@link window.visibleNotebookEditorsvisible notebook editors} has changed.
Implementation
_i4.Event<_i2.List<_i4.NotebookEditor>>
get onDidChangeVisibleNotebookEditors => _i3.getProperty(
this,
'onDidChangeVisibleNotebookEditors',
);