vot.js - v2.4.12
Preparing search index...
@vot.js/ext
<internal>
StylePropertyMap
Interface StylePropertyMap
MDN Reference
interface
StylePropertyMap
{
size
:
number
;
append
(
property
:
string
,
...
values
:
(
string
|
CSSStyleValue
)
[]
)
:
void
;
clear
()
:
void
;
delete
(
property
:
string
)
:
void
;
forEach
(
callbackfn
:
(
value
:
CSSStyleValue
[]
,
key
:
string
,
parent
:
StylePropertyMapReadOnly
,
)
=>
void
,
thisArg
?:
any
,
)
:
void
;
get
(
property
:
string
)
:
undefined
|
CSSStyleValue
;
getAll
(
property
:
string
)
:
CSSStyleValue
[]
;
has
(
property
:
string
)
:
boolean
;
set
(
property
:
string
,
...
values
:
(
string
|
CSSStyleValue
)
[]
)
:
void
;
}
Hierarchy (
View Summary
)
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
:
string
,
...
values
:
(
string
|
CSSStyleValue
)
[]
)
:
void
MDN Reference
Parameters
property
:
string
...
values
: (
string
|
CSSStyleValue
)
[]
Returns
void
clear
clear
()
:
void
MDN Reference
Returns
void
delete
delete
(
property
:
string
)
:
void
MDN Reference
Parameters
property
:
string
Returns
void
for
Each
forEach
(
callbackfn
:
(
value
:
CSSStyleValue
[]
,
key
:
string
,
parent
:
StylePropertyMapReadOnly
,
)
=>
void
,
thisArg
?:
any
,
)
:
void
Parameters
callbackfn
:
(
value
:
CSSStyleValue
[]
,
key
:
string
,
parent
:
StylePropertyMapReadOnly
)
=>
void
Optional
thisArg
:
any
Returns
void
get
get
(
property
:
string
)
:
undefined
|
CSSStyleValue
MDN Reference
Parameters
property
:
string
Returns
undefined
|
CSSStyleValue
get
All
getAll
(
property
:
string
)
:
CSSStyleValue
[]
MDN Reference
Parameters
property
:
string
Returns
CSSStyleValue
[]
has
has
(
property
:
string
)
:
boolean
MDN Reference
Parameters
property
:
string
Returns
boolean
set
set
(
property
:
string
,
...
values
:
(
string
|
CSSStyleValue
)
[]
)
:
void
MDN Reference
Parameters
property
:
string
...
values
: (
string
|
CSSStyleValue
)
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
size
Methods
append
clear
delete
for
Each
get
get
All
has
set
vot.js - v2.4.12
Loading...
MDN Reference