Dart API Referencedart:htmlCSSRuleList

CSSRuleList Interface

A CSSRuleList is an array-like object containing an ordered collection of CSSRule objects.

Methods

Code CSSRule item(int index) #

CSSRule item(int index);

Fields

Code final int length #

final int length;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.