@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/automation
<internal>
ActionStep
Interface ActionStep<I, O>
Basic callable step interface
interface
ActionStep
<
I
,
O
>
{
output
:
O
;
(
id
:
string
|
ExplicitKey
<
string
>
,
config
:
I
)
:
void
;
}
Type Parameters
I
O
Hierarchy (
View Summary
)
ActionStep
ActionStepWithMeta
ActionStep
(
id
:
string
|
ExplicitKey
<
string
>
,
config
:
I
)
:
void
Parameters
id
:
string
|
ExplicitKey
<
string
>
config
:
I
Returns
void
Index
Properties
output
Properties
output
output
:
O
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
output
@servicenow/sdk - v4.4.1
Loading...
Basic callable step interface