Skip to content

@ralphschuler.webgl shader factory.<internal>.CSSRuleList

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: CSSRuleList

@ralphschuler/webgl-shader-factory.<internal>.CSSRuleList

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

MDN Reference

Indexable

▪ [index: number]: CSSRule

Table of contents

Properties

Methods

Properties

length

Readonly length: number

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3753

Methods

item

item(index): null | CSSRule

MDN Reference

Parameters

Name Type
index number

Returns

null | CSSRule

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3755

Typescript Libraries

Modules

Namespaces

Clone this wiki locally