Typedef

HighlightStackChangeEventData (widget)

@ckeditor/ckeditor5-widget/src/highlightstack

typedefobject

Additional information about the change.

Filtering

Properties

  • newDescriptor : HighlightDescriptor

    New highlight descriptor. It will be undefined when last descriptor is removed from the stack.

  • oldDescriptor : HighlightDescriptor

    Old highlight descriptor. It will be undefined when first descriptor is added to the stack.

  • writer : DowncastWriter

    View writer that can be used to modify element.