value property
Returns the underlying string. Can be set, to change the underlying string.
This property is read/write.
![]() |
Syntax
| JavaScript |
|---|
object.value = tokenList tokenList = object.value |
Property values
Type: DOMString
Underlying string.
Remarks
The DOMSettableTokenList is the same as DOMTokenList, except that it allows the underlying string to be directly changed.
See also
Show:
