CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Type Alias ImportedWithChildrenFunction

    ImportedWithChildrenFunction: ImportedFunction

    Provides the opportunity to handle a just imported node, having its children processed. The node is not attached to the DOM yet, though.

    Implementation Notes:

    • To replace a node with its children, you may return a DocumentFragment with the corresponding children here.

    • Returning skip is semantically similar to returning an empty DocumentFragment. Exception: skip prevents further processing completely whereas a DocumentFragment still signals to have been attached to DOM.

    imported node, possibly with children

    current conversion context

    the node to attach to the DOM eventually; or a corresponding signal what to do instead