Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DDOMFuncs.ts208 attrs: this.getAllElementAttributes(el),
213 static getAllElementAttributes(el: Element): Record<string, string> { method in DOM