haXe API Documentation
Back
|
Index
extern
class
js.html.CSSRuleList
Available in js
A
CSSRuleList
is an array-like object containing an ordered collection of
CSSRule
objects.
Documentation for this class was provided by
MDN
.
var
length(default,null) :
Int
function
item(index :
Int
) :
CSSRule
Back
|
Index