Skip to content

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

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

Interface: StylePropertyMapReadOnly

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

MDN Reference

Table of contents

Properties

Methods

Properties

size

Readonly size: number

MDN Reference

Defined in

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

Methods

forEach

forEach(callbackfn, thisArg?): void

Parameters

Name Type
callbackfn (value: CSSStyleValue[], key: string, parent: StylePropertyMapReadOnly) => void
thisArg? any

Returns

void

Defined in

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


get

get(property): undefined | CSSStyleValue

MDN Reference

Parameters

Name Type
property string

Returns

undefined | CSSStyleValue

Defined in

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


getAll

getAll(property): CSSStyleValue[]

MDN Reference

Parameters

Name Type
property string

Returns

CSSStyleValue[]

Defined in

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


has

has(property): boolean

MDN Reference

Parameters

Name Type
property string

Returns

boolean

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally