Preparing search index...
The search index is not available
derby
derby
<internal>
StylePropertyMap
Interface StylePropertyMap
MDN Reference
interface
StylePropertyMap
{
size
:
number
;
append
(
property
,
...
values
)
:
void
;
clear
(
)
:
void
;
delete
(
property
)
:
void
;
forEach
(
callbackfn
,
thisArg
?
)
:
void
;
get
(
property
)
:
CSSStyleValue
;
getAll
(
property
)
:
CSSStyleValue
[]
;
has
(
property
)
:
boolean
;
set
(
property
,
...
values
)
:
void
;
}
Hierarchy (
view full
)
StylePropertyMapReadOnly
StylePropertyMap
Index
Properties
size
Methods
append
clear
delete
for
Each
get
get
All
has
set
Properties
Readonly
size
size
:
number
MDN Reference
Methods
append
append
(
property
,
...
values
)
:
void
MDN Reference
Parameters
property
:
string
Rest
...
values
:
(
string
|
CSSStyleValue
)
[]
Returns
void
clear
clear
(
)
:
void
MDN Reference
Returns
void
delete
delete
(
property
)
:
void
MDN Reference
Parameters
property
:
string
Returns
void
for
Each
for
Each
(
callbackfn
,
thisArg
?
)
:
void
Parameters
callbackfn
:
Object
Optional
thisArg
:
any
Returns
void
get
get
(
property
)
:
CSSStyleValue
MDN Reference
Parameters
property
:
string
Returns
CSSStyleValue
get
All
get
All
(
property
)
:
CSSStyleValue
[]
MDN Reference
Parameters
property
:
string
Returns
CSSStyleValue
[]
has
has
(
property
)
:
boolean
MDN Reference
Parameters
property
:
string
Returns
boolean
set
set
(
property
,
...
values
)
:
void
MDN Reference
Parameters
property
:
string
Rest
...
values
:
(
string
|
CSSStyleValue
)
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
size
append
clear
delete
for
Each
get
get
All
has
set
derby
Loading...
MDN Reference