Body, Mind & Soul — API Reference
Preparing search index...
helpers/trigger-outcomes
OUTCOME_REGISTRY
disableEffect
Variable disableEffect
disableEffect
:
{
configPartial
:
string
;
execute
:
(
_outcome
:
any
,
__namedParameters
:
{
effectDoc
:
any
}
,
)
=>
Promise
<
void
>
;
}
Disable the effect that owns this trigger. No config needed.
Type Declaration
configPartial
:
string
execute
:
(
_outcome
:
any
,
__namedParameters
:
{
effectDoc
:
any
}
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Body, Mind & Soul — API Reference
Loading...
Disable the effect that owns this trigger. No config needed.