vot.js - v2.4.12
Preparing search index...
@vot.js/ext
<internal>
StylePropertyMapReadOnly
Interface StylePropertyMapReadOnly
MDN Reference
interface
StylePropertyMapReadOnly
{
size
:
number
;
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
;
}
Hierarchy (
View Summary
)
StylePropertyMapReadOnly
StylePropertyMap
Index
Properties
size
Methods
for
Each
get
get
All
has
Properties
Readonly
size
size
:
number
MDN Reference
Methods
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
size
Methods
for
Each
get
get
All
has
vot.js - v2.4.12
Loading...
MDN Reference