Module

list/documentlist/utils/listwalker

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

module

Filtering

Classes

  • protected

    ListBlocksIterable

  • ListWalker

Type Definitions

  • protected

    ListIteratorValue

Functions

  • protected

    iterateSiblingListBlocks( node, [ direction ] ) → Iterator.<ListIteratorValue>

    Iterates sibling list blocks starting from the given node.

    Parameters

    node : Node

    The model node.

    [ direction ] : 'backward' | 'forward'

    Iteration direction.

    Defaults to 'forward'

    Returns

    Iterator.<ListIteratorValue>

    The object with node and previous blocks.