Typedef

ListWalkerOptions (list/list/utils)

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

typedefobject

Document list blocks iterator options.

Filtering

Properties

  • direction : 'forward' | 'backward' | undefined

  • higherIndent : boolean | undefined

  • includeSelf : boolean | undefined

  • lowerIndent : boolean | undefined

  • sameAttributes : ArrayOrItem<string> | undefined

  • sameIndent : boolean | undefined