visibleNotebookEditors property

List<NotebookEditor> get visibleNotebookEditors

The currently visible {@link NotebookEditornotebook editors} or an empty array.

Implementation

_i2.List<_i4.NotebookEditor> get visibleNotebookEditors => (_i3.getProperty(
      this,
      'visibleNotebookEditors',
    ) as _i2.List)
        .cast();