hipthrusts - v1.2.0
Preparing search index...
index
ExecuteFrom
Function ExecuteFrom
ExecuteFrom
<
TWhereToLook
extends
string
,
TContextIn
extends
{
[
key
in
string
]
:
TContextIn
[
TWhereToLook
]
}
,
TUnsafeResponse
,
>
(
whereToLook
:
TWhereToLook
,
projector
:
(
htCtx
:
TContextIn
[
TWhereToLook
]
)
=>
TUnsafeResponse
,
)
:
{
execute
:
(
htCtx
:
TContextIn
)
=>
TUnsafeResponse
}
Type Parameters
TWhereToLook
extends
string
TContextIn
extends
{
[
key
in
string
]
:
TContextIn
[
TWhereToLook
]
}
TUnsafeResponse
Parameters
whereToLook
:
TWhereToLook
projector
:
(
htCtx
:
TContextIn
[
TWhereToLook
]
)
=>
TUnsafeResponse
Returns
{
execute
:
(
htCtx
:
TContextIn
)
=>
TUnsafeResponse
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
hipthrusts - v1.2.0
Loading...