engine/view/downcastwriter
@ckeditor/ckeditor5-engine/src/view/downcastwriter
module
Filtering
Classes
-
View downcast writer class. Provides set of methods used to properly manipulate nodes attached to view document. It is not recommended to use it directly. To get an instance of view writer associated with the document use view.change()) method. The
DowncastWriter
is designed to work with semantic view which is the view downcasted from model. For working with ordinary view (e.g. parsed from string) {@link module:engine/view/upcastwriter~UpcastWriter upcast writer should be used.