CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Type Alias AppendedFunction

    AppendedFunction: (
        parent: Node,
        child: Node,
        context: ConversionContext,
    ) => void

    Called as soon as a node got attached to the DOM.

    Note on context: The source node references the related representation of parentNode in the original document.

    Type Declaration