@patternmeshjs/core
Preparing search index...
WriteRecipeStepBuilder
Class WriteRecipeStepBuilder<E>
Type Parameters
E
extends
EntityMap
Index
Constructors
constructor
Methods
build
condition
Check
delete
put
update
Constructors
constructor
new
WriteRecipeStepBuilder
<
E
extends
EntityMap
>
(
entities
:
E
,
)
:
WriteRecipeStepBuilder
<
E
>
Type Parameters
E
extends
EntityMap
Parameters
entities
:
E
Returns
WriteRecipeStepBuilder
<
E
>
Methods
build
build
()
:
readonly
WriteRecipeStepDecl
[]
Returns
readonly
WriteRecipeStepDecl
[]
condition
Check
conditionCheck
(
label
:
string
,
entity
:
keyof
E
&
string
,
mapKey
:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
,
ifFn
:
ConditionCheckFn
,
)
:
this
Parameters
label
:
string
entity
:
keyof
E
&
string
mapKey
:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
ifFn
:
ConditionCheckFn
Returns
this
delete
delete
(
label
:
string
,
entity
:
keyof
E
&
string
,
mapKey
:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
,
)
:
this
Parameters
label
:
string
entity
:
keyof
E
&
string
mapKey
:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
Returns
this
put
put
(
label
:
string
,
entity
:
keyof
E
&
string
,
mapInput
:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
,
)
:
this
Parameters
label
:
string
entity
:
keyof
E
&
string
mapInput
:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
Returns
this
update
update
(
label
:
string
,
entity
:
keyof
E
&
string
,
mapKey
:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
,
apply
:
(
u
:
unknown
,
input
:
Record
<
string
,
unknown
>
)
=>
void
,
)
:
this
Parameters
label
:
string
entity
:
keyof
E
&
string
mapKey
:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
apply
:
(
u
:
unknown
,
input
:
Record
<
string
,
unknown
>
)
=>
void
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
build
condition
Check
delete
put
update
@patternmeshjs/core
Loading...