Interface StylePropertyMapReadOnly
Properties
Readonly
size
size: number
Methods
forEach
- forEach(callbackfn, thisArg?): void
Parameters
- callbackfn: Object
Optional
thisArg: any
Returns void
get
- get(property): CSSStyleValue
getAll
- getAll(property): CSSStyleValue[]
has
- has(property): boolean
Returns boolean
MDN Reference