bireactive - v0.3.1
Function scopeAll
scopeAll
<
R
extends
Record
<
string
,
AnyFactory
>
>
(
o
:
R
,
)
:
{
[
K
in
string
|
number
|
symbol
]
:
Scoped
<
R
[
K
]
>
}
Batch-scope a record of factories; each key becomes the
name
.
Type Parameters
R
extends
Record
<
string
,
AnyFactory
>
Parameters
o
:
R
Returns
{
[
K
in
string
|
number
|
symbol
]
:
Scoped
<
R
[
K
]
>
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Demo
bireactive - v0.3.1
Batch-scope a record of factories; each key becomes the
name.