Preparing search index...
The search index is not available
core-utils
core-utils
@clipboard-health/rules-engine
appendOutput
Function appendOutput
appendOutput
<
TInput
,
TOutput
>
(
context
:
RuleContext
<
TInput
,
TOutput
>
,
output
:
ReadonlyDeep
<
TOutput
>
,
)
:
RuleContext
<
TInput
,
TOutput
>
Rule output is immutable, do not modify existing items, only append using this function.
Type Parameters
TInput
TOutput
Parameters
context
:
RuleContext
<
TInput
,
TOutput
>
output
:
ReadonlyDeep
<
TOutput
>
Returns
RuleContext
<
TInput
,
TOutput
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
core-utils
Loading...
Rule output is immutable, do not modify existing items, only append using this function.