Module

list/documentlist/utils/listwalker

@ckeditor/ckeditor5-list/src/documentlist/utils/listwalker

module

Filtering

Classes

  • internal

    ListBlocksIterable

  • ListWalker

Interfaces

Functions

  • internal

    iterateSiblingListBlocks( node, direction ) → IterableIterator<ListIteratorValue>

    Iterates sibling list blocks starting from the given node.

    Parameters

    node : null | Node

    The model node.

    direction : 'forward' | 'backward'

    Iteration direction.

    Defaults to 'forward'

    Returns

    IterableIterator<ListIteratorValue>

    The object with node and previous blocks.