selections property

List<NotebookRange>? selections

An optional selection to apply for the document in the {@link NotebookEditornotebook editor}.

Implementation

_i2.List<_i3.NotebookRange>? get selections => (_i5.getProperty(
      this,
      'selections',
    ) as _i2.List?)
        ?.cast();