Preparing search index...
The search index is not available
@nextcloud/files
@nextcloud/files
index
<internal>
StylePropertyMap
Interface StylePropertyMap
MDN Reference
interface
StylePropertyMap
{
size
:
number
;
"[iterator]"
()
:
StylePropertyMapReadOnlyIterator
<
[
string
,
Iterable
<
CSSStyleValue
,
any
,
any
>
]
,
>
;
append
(
property
:
string
,
...
values
:
(
string
|
CSSStyleValue
)
[]
)
:
void
;
clear
()
:
void
;
delete
(
property
:
string
)
:
void
;
entries
()
:
StylePropertyMapReadOnlyIterator
<
[
string
,
Iterable
<
CSSStyleValue
,
any
,
any
>
]
,
>
;
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
;
keys
()
:
StylePropertyMapReadOnlyIterator
<
string
>
;
set
(
property
:
string
,
...
values
:
(
string
|
CSSStyleValue
)
[]
)
:
void
;
values
()
:
StylePropertyMapReadOnlyIterator
<
Iterable
<
CSSStyleValue
,
any
,
any
>
,
>
;
}
Hierarchy
StylePropertyMapReadOnly
StylePropertyMap
Index
Properties
size
Methods
[iterator]
append
clear
delete
entries
for
Each
get
get
All
has
keys
set
values
Properties
Readonly
size
size
:
number
MDN Reference
Methods
[iterator]
"[iterator]"
()
:
StylePropertyMapReadOnlyIterator
<
[
string
,
Iterable
<
CSSStyleValue
,
any
,
any
>
]
,
>
Returns
StylePropertyMapReadOnlyIterator
<
[
string
,
Iterable
<
CSSStyleValue
,
any
,
any
>
]
>
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
entries
entries
()
:
StylePropertyMapReadOnlyIterator
<
[
string
,
Iterable
<
CSSStyleValue
,
any
,
any
>
]
,
>
Returns
StylePropertyMapReadOnlyIterator
<
[
string
,
Iterable
<
CSSStyleValue
,
any
,
any
>
]
>
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
keys
keys
()
:
StylePropertyMapReadOnlyIterator
<
string
>
Returns
StylePropertyMapReadOnlyIterator
<
string
>
set
set
(
property
:
string
,
...
values
:
(
string
|
CSSStyleValue
)
[]
)
:
void
MDN Reference
Parameters
property
:
string
...
values
: (
string
|
CSSStyleValue
)
[]
Returns
void
values
values
()
:
StylePropertyMapReadOnlyIterator
<
Iterable
<
CSSStyleValue
,
any
,
any
>
>
Returns
StylePropertyMapReadOnlyIterator
<
Iterable
<
CSSStyleValue
,
any
,
any
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
size
Methods
[iterator]
append
clear
delete
entries
for
Each
get
get
All
has
keys
set
values
@nextcloud/files
Loading...
MDN Reference