eligius
    Preparing search index...

    Variable createElementConst

    createElement: TOperation<
        ICreateElementOperationData<TTagNames>,
        Omit<
            RequireKeys<ICreateElementOperationData<TTagNames>, "template">,
            "elementName" | "text" | "attributes",
        >,
    > = ...

    This operation creates the DOM element described by the given elementName and attributes and assigns the instance to the template property on the current operation data.