CSSRuleList
Category: browser, cssom
See: https://developer.mozilla.org/en-US/docs/Web/API/CSSRuleList
- CSSRuleList
- .length :
number
- .item(index)
- .length :
cssRuleList.length : number
The number of rules in this list
Read only
cssRuleList.item(index)
Return the rule at the specified index
Param | Type |
---|---|
index | number |