@valon-technologies/gestalt
Preparing search index...
index
StepAppConfig
Interface StepAppConfig<RunInput, Steps>
interface
StepAppConfig
<
RunInput
extends
object
=
EmptyInput
,
Steps
extends
WorkflowSteps
=
EmptySteps
,
>
{
name
:
string
;
operation
:
string
;
input
?:
(
scope
:
StepScope
<
RunInput
,
Steps
>
,
)
=>
Record
<
string
,
unknown
>
|
StepRefProxy
;
connection
?:
string
;
instance
?:
string
;
credentialMode
?:
string
;
}
Type Parameters
RunInput
extends
object
=
EmptyInput
Steps
extends
WorkflowSteps
=
EmptySteps
Index
Properties
name
operation
input?
connection?
instance?
credential
Mode?
Properties
name
name
:
string
operation
operation
:
string
Optional
input
input
?:
(
scope
:
StepScope
<
RunInput
,
Steps
>
,
)
=>
Record
<
string
,
unknown
>
|
StepRefProxy
Optional
connection
connection
?:
string
Optional
instance
instance
?:
string
Optional
credential
Mode
credentialMode
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
operation
input
connection
instance
credential
Mode
@valon-technologies/gestalt
Loading...