nsgenbind
Loading...
Searching...
No Matches
Public Attributes | List of all members
DOMSettableTokenList Interface Reference

import <dom.idl;

Inheritance diagram for DOMSettableTokenList:
DOMTokenList

Public Attributes

attribute DOMString value
 
- Public Attributes inherited from DOMTokenList
readonly attribute unsigned long length
 
 stringifier
 
 iterable< DOMString >
 

Additional Inherited Members

- Public Member Functions inherited from DOMTokenList
getter DOMString item (unsigned long index)
 
boolean contains (DOMString token)
 
void add (DOMString... tokens)
 
void remove (DOMString... tokens)
 
boolean toggle (DOMString token, optional boolean force)
 

Detailed Description

Definition at line 475 of file dom.idl.

Member Data Documentation

◆ value

attribute DOMString DOMSettableTokenList::value

Definition at line 476 of file dom.idl.


The documentation for this interface was generated from the following file: