Searched refs:IUpdateTag (Results 1 – 2 of 2) sorted by relevance
15 import DOM, { INewTag, IUpdateTag } from './DOMFuncs';19 export type TResultExistingEval = ['update' | 'duplicate', IUpdateTag] | void;
29 export type IUpdateTag = Partial<Omit<INewTag, 'tagName'>>; alias112 options: Omit<IUpdateTag, 'content'>171 static updateElement(el: Element, updateOptions: IUpdateTag) {222 static futureEntryAlreadyExist(el: Element, updateOptions: IUpdateTag) {