Home
last modified time | relevance | path

Searched refs:IUpdateTag (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DprocessXML.ts15 import DOM, { INewTag, IUpdateTag } from './DOMFuncs';
19 export type TResultExistingEval = ['update' | 'duplicate', IUpdateTag] | void;
DDOMFuncs.ts29 export type IUpdateTag = Partial<Omit<INewTag, 'tagName'>>; alias
112 options: Omit<IUpdateTag, 'content'>
171 static updateElement(el: Element, updateOptions: IUpdateTag) {
222 static futureEntryAlreadyExist(el: Element, updateOptions: IUpdateTag) {