eligius
    Preparing search index...

    Interface ICreateElementOperationData<T>

    interface ICreateElementOperationData<T extends TTagNames> {
        attributes?: Partial<HTMLElementTagNameMap[T]>;
        elementName: T;
        template?: JQuery<HTMLElement>;
        text?: string;
    }

    Type Parameters

    • T extends TTagNames
    Index

    Properties

    attributes?: Partial<HTMLElementTagNameMap[T]>

    @type=ParameterType:object

    elementName: T

    @type=ParameterType:htmlElementName

    template?: JQuery<HTMLElement>

    @type=ParameterType:object

    text?: string