@logixjs/core
Preparing search index...
Action
makeActions
Function makeActions
makeActions
<
M
extends
Record
<
string
,
Schema
<
any
,
any
,
any
>
>
>
(
schemas
:
M
,
options
?:
{
source
?:
DevSource
;
sources
?:
Partial
<
Record
<
Extract
<
keyof
M
,
string
>
,
DevSource
>
>
;
}
,
)
:
{
readonly
[
K
in
string
|
number
|
symbol
]
:
ActionToken
<
Extract
<
K
,
string
>
,
Type
<
M
[
K
]
>
,
M
[
K
]
>
}
Type Parameters
M
extends
Record
<
string
,
Schema
<
any
,
any
,
any
>
>
Parameters
schemas
:
M
Optional
options
:
{
source
?:
DevSource
;
sources
?:
Partial
<
Record
<
Extract
<
keyof
M
,
string
>
,
DevSource
>
>
;
}
Returns
{
readonly
[
K
in
string
|
number
|
symbol
]
:
ActionToken
<
Extract
<
K
,
string
>
,
Type
<
M
[
K
]
>
,
M
[
K
]
,
>
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...