CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Interface ToDataAndViewElementConfiguration

    Interface for separate toData/toView Handling within the configuration.

    interface ToDataAndViewElementConfiguration {
        toData?: ElementFilterRule;
        toView?: ElementFilterRule | ElementFilterRulesByName;
    }
    Index

    Properties

    Properties