engine/model/range
@ckeditor/ckeditor5-engine/src/model/range
module
Filtering
Classes
-
Range class. Range is iterable.
Functions
-
Returns an iterator that iterates over all items that are in this range and returns them.
This method uses
TreeWalker
withboundaries
set to this range andignoreElementEnd
option set totrue
. However it returns only model items, notTreeWalkerValue
.You may specify additional options for the tree walker. See
TreeWalker
for a full list of available options.Parameters
options : Object
Object with configuration options. See
TreeWalker
.
Returns
Iterable.<Item>