hipthrusts - v1.2.0
Preparing search index...
index
ExtractInputsTo
Function ExtractInputsTo
ExtractInputsTo
<
TWhereToStore
extends
string
,
TContextIn
extends
object
,
TContextOut
extends
object
,
>
(
projector
:
(
htCtx
:
TContextIn
)
=>
TContextOut
,
whereToStore
:
TWhereToStore
,
)
:
{
extractInputs
:
(
htCtx
:
TContextIn
)
=>
{
[
key
:
string
]:
TContextOut
}
}
Type Parameters
TWhereToStore
extends
string
TContextIn
extends
object
TContextOut
extends
object
Parameters
projector
:
(
htCtx
:
TContextIn
)
=>
TContextOut
whereToStore
:
TWhereToStore
Returns
{
extractInputs
:
(
htCtx
:
TContextIn
)
=>
{
[
key
:
string
]:
TContextOut
}
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
hipthrusts - v1.2.0
Loading...