DOMSettableTokenList object
The same as DOMTokenList, except that it allows the underlying string to be directly changed.
![]() |
Syntax
var myUnderlyingString = myTokenList.value;
DOM Information
Inheritance Hierarchy
DOMTokenList
DOMSettableTokenList
Members
The DOMSettableTokenList object has these types of members:
Properties
The DOMSettableTokenList object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
Returns the underlying string. Can be set, to change the underlying string. |
Remarks
someTokenList.value returns the underlying string and can be set (to change the underlying string).
See also
Show:
