eligius
    Preparing search index...

    Variable createElementConst

    createElement: TOperation<
        ICreateElementOperationData<TTagNames>,
        RequireKeys<ICreateElementOperationData<TTagNames>, "template">,
    > = ...

    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.