Skip to content

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

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

Interface: StylePropertyMap

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

MDN Reference

Hierarchy

Table of contents

Properties

Methods

Properties

size

Readonly size: number

MDN Reference

Inherited from

StylePropertyMapReadOnly.size

Defined in

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

Methods

append

append(property, ...values): void

MDN Reference

Parameters

Name Type
property string
...values (string | CSSStyleValue)[]

Returns

void

Defined in

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


clear

clear(): void

MDN Reference

Returns

void

Defined in

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


delete

delete(property): void

MDN Reference

Parameters

Name Type
property string

Returns

void

Defined in

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


forEach

forEach(callbackfn, thisArg?): void

Parameters

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

Returns

void

Inherited from

StylePropertyMapReadOnly.forEach

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

Inherited from

StylePropertyMapReadOnly.get

Defined in

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


getAll

getAll(property): CSSStyleValue[]

MDN Reference

Parameters

Name Type
property string

Returns

CSSStyleValue[]

Inherited from

StylePropertyMapReadOnly.getAll

Defined in

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


has

has(property): boolean

MDN Reference

Parameters

Name Type
property string

Returns

boolean

Inherited from

StylePropertyMapReadOnly.has

Defined in

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


set

set(property, ...values): void

MDN Reference

Parameters

Name Type
property string
...values (string | CSSStyleValue)[]

Returns

void

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally