When create DOM elements from content model, assign a marker to a paragraph in the DOM. This marker is used to identify the paragraph in the model.
The DOM element to assign marker to
The paragraph in the model to assign marker to
When create content model from DOM, assign a marker to a paragraph in the model. This marker is used to identify the paragraph in the model. If the DOM element does not have a marker, a new marker will be generated and assigned to the paragraph and write back to DOM.
The DOM element to assign marker to
The paragraph in the model to assign marker to
Clear cached marker map
Generated using TypeDoc
ParagraphMap is used to map a paragraph marker to a paragraph in the model.