ListWalker

Api-class icon class

Document list blocks iterator.

Properties

  • Chevron-right icon

    _higherIndent : boolean
    Lock icon private

    Whether blocks with a higher indent level than the start block should be included in the result.

  • Chevron-right icon

    _includeSelf : boolean
    Lock icon private

    Whether start block should be included in the result (if it's matching other criteria).

  • Chevron-right icon

    _isForward : boolean
    Lock icon private

    The iterating direction.

  • Chevron-right icon

    _lowerIndent : boolean
    Lock icon private

    Whether blocks with a lower indent level than the start block should be included in the result.

  • Chevron-right icon

    _referenceIndent : number
    Lock icon private

    The reference indent. Initialized by the indent of the start block.

  • Chevron-right icon

    _sameAttributes : Array<string>
    Lock icon private

    Additional attributes that must be the same for each block.

  • Chevron-right icon

    _sameIndent : boolean
    Lock icon private

    Whether blocks with the same indent level as the start block should be included in the result.

  • Chevron-right icon

    _startElement : ModelNode
    Lock icon private

    The start list item block element.

Methods

Static methods