Report an issue
Module

engine/conversion/viewconsumable

@ckeditor/ckeditor5-engine/src/conversion/viewconsumable

module

Filtering

Classes

  • ViewConsumable

    Class used for handling consumption of view elements, text nodes and document fragments. Element's name and its parts (attributes, classes and styles) can be consumed separately. Consuming an element's name does not consume its attributes, classes and styles. To add items for consumption use add method. To test items use test method. To consume items use consume method. To revert already consumed items use revert method.

  • ViewElementConsumables

    private

    This is a private helper-class for ViewConsumable. It represents and manipulates consumable parts of a single Element.