Creates a new instance of DOMTokenList
.
The accessor that reads and writes the class string to the element.
Readonly
lengthSee DOMTokenList.length
on MDN
See DOMTokenList.value
on MDN
See DOMTokenList.add
on MDN
Rest
...tokens: string[]See DOMTokenList.contains
on MDN
See DOMTokenList.forEach
on MDN
Optional
thisArg: anySee DOMTokenList.item
on MDN
See DOMTokenList.remove
on MDN
Rest
...tokens: string[]See DOMTokenList.replace
on MDN
See DOMTokenList.toggle
on MDN
Optional
force: booleanGenerated using TypeDoc
See
DOMTokenList
on MDN