Readonly
sizeThe size
read-only property of the containing the size of the StylePropertyMapReadOnly
object.
The append()
method of the StylePropertyMap
with the given property.
The clear()
method of the StylePropertyMap interface removes all declarations in the StylePropertyMap
.
Optional
thisArg: anyThe get()
method of the object for the first value of the specified property.
The getAll()
method of the js-nolint getAll(property)
- property
- : The name of the property to retrieve all values of.
The has()
method of the property is in the StylePropertyMapReadOnly
object.
The set()
method of the StylePropertyMap interface changes the CSS declaration with the given property.
The
StylePropertyMap
interface of the CSS Typed Object Model API provides a representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.MDN Reference