Interface

ExcludeWordsCallbackContext (case-change)

@ckeditor/ckeditor5-case-change/src/casechange

interface

The exclude word callback context.

Filtering

Properties

  • blockText : string

    The block text.

  • charOffset : number

    The offset in the text where the given word starts.

  • wordIndex : number

    The word index in the given text.