vot.js - v2.4.12
    Preparing search index...

    A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of CSSRule objects.

    MDN Reference

    interface CSSRuleList {
        length: number;
        item(index: number): null | CSSRule;
        [index: number]: CSSRule;
    }

    Indexable

    Index

    Properties

    Methods

    Properties

    length: number

    Methods

    • Parameters

      • index: number

      Returns null | CSSRule