CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Interface ElementDefinition

    Represents an element to create.

    interface ElementDefinition {
        namespaceURI?: string | null;
        qualifiedName: string;
    }
    Index

    Properties

    namespaceURI?: string | null

    The target namespace URI. Note, that undefined will signal to use the document's namespace URI, while null enforces empty namespace.

    qualifiedName: string

    The qualified name of the element to create.