@valon-technologies/gestalt
Preparing search index...
index
EventActivationConfig
Interface EventActivationConfig<ActivationInput>
interface
EventActivationConfig
<
ActivationInput
extends
object
=
EmptyInput
>
{
__workflowActivation
:
"event"
;
type
:
string
;
mapInput
?:
(
event
:
EventScope
)
=>
ActivationInput
;
options
?:
EventActivationOptions
;
}
Type Parameters
ActivationInput
extends
object
=
EmptyInput
Index
Properties
__
workflow
Activation
type
map
Input?
options?
Properties
Readonly
__
workflow
Activation
__workflowActivation
:
"event"
Readonly
type
type
:
string
Optional
Readonly
map
Input
mapInput
?:
(
event
:
EventScope
)
=>
ActivationInput
Optional
Readonly
options
options
?:
EventActivationOptions
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
__
workflow
Activation
type
map
Input
options
@valon-technologies/gestalt
Loading...