Preparing search index...
The search index is not available
deleight
deleight
deleight
dom
IApplyOptions
Interface IApplyOptions
interface
IApplyOptions
{
args
?:
any
[]
;
getter
?:
(
(
target
,
key
)
=>
Element
|
Iterable
<
Element
>
)
;
mapper
?:
(
<
T
,
U
>
(
getter
)
=>
(
(
comps
,
key
)
=>
IApplyComponents
<
T
[
U
]
>
)
)
;
}
Index
Properties
args?
getter?
mapper?
Properties
Optional
args
args
?:
any
[]
Optional
getter
getter
?:
(
(
target
,
key
)
=>
Element
|
Iterable
<
Element
>
)
Type declaration
(
target
,
key
)
:
Element
|
Iterable
<
Element
>
Parameters
target
:
Element
|
DocumentFragment
key
:
IKey
Returns
Element
|
Iterable
<
Element
>
Optional
mapper
mapper
?:
(
<
T
,
U
>
(
getter
)
=>
(
(
comps
,
key
)
=>
IApplyComponents
<
T
[
U
]
>
)
)
Type declaration
<
T
,
U
>
(
getter
)
:
(
(
comps
,
key
)
=>
IApplyComponents
<
T
[
U
]
>
)
Type Parameters
T
U
extends
string
|
number
|
symbol
Parameters
getter
:
(
(
target
,
key
)
=>
Element
|
Iterable
<
Element
>
)
(
target
,
key
)
:
Element
|
Iterable
<
Element
>
Parameters
target
:
Element
|
DocumentFragment
key
:
IKey
Returns
Element
|
Iterable
<
Element
>
Returns
(
(
comps
,
key
)
=>
IApplyComponents
<
T
[
U
]
>
)
(
comps
,
key
)
:
IApplyComponents
<
T
[
U
]
>
Parameters
comps
:
T
key
:
U
Returns
IApplyComponents
<
T
[
U
]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
args
getter
mapper
deleight
Loading...