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 | Description |
|---|---|
|
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).
Send comments about this topic to Microsoft
Build date: 11/27/2012
