CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Module ckeditor5-dom-converter

    Provides utilities for converting DOMs.

    DOM Support

    API Documentation

    Module: @coremedia/ckeditor5-dom-converter

    This module, independent of CoreMedia and CKEditor, provides utilities for dealing with DOM manipulation.

    As long as support is related to DOM objects, the corresponding files should be named as plural in relation to the corresponding DOM object. Such as utilities for DOM Element is located in file Elements.ts.

    Classes

    ConversionApi
    ConversionContext
    HtmlDomConverter
    RuleBasedConversionListener

    Interfaces

    ConversionListener
    RuleConfigBase
    RuleSectionConfigBase

    Type Aliases

    AppendedFunction
    ImportedFunction
    ImportedWithChildrenFunction
    PrepareFunction
    Rule
    RuleConfig
    RuleSection
    RuleSectionConfig
    Skip
    SortedRuleSection
    TransformPropertyType

    Variables

    skip

    Functions

    byPriority
    mergeRuleSections
    parseAndSortRuleSectionConfigs
    parseRule
    parseRuleSectionConfig