Preparing search index...
The search index is not available
@buildkite/buildkite-sdk
@buildkite/buildkite-sdk
InputStep
Interface InputStep
interface
InputStep
{
allow_dependency_failure
?:
boolean
;
branches
?:
string
|
string
[]
;
depends_on
?:
null
|
string
|
(
string
|
DependsOn
)
[]
;
fields
:
Field
[]
;
id
?:
string
;
identifier
?:
string
;
if
?:
string
;
input
:
string
;
key
?:
string
;
label
?:
string
;
name
?:
string
;
prompt
?:
string
;
}
Index
Properties
allow_
dependency_
failure?
branches?
depends_
on?
fields
id?
identifier?
if?
input
key?
label?
name?
prompt?
Properties
Optional
allow_
dependency_
failure
allow_dependency_failure
?:
boolean
Optional
branches
branches
?:
string
|
string
[]
Optional
depends_
on
depends_on
?:
null
|
string
|
(
string
|
DependsOn
)
[]
fields
fields
:
Field
[]
Optional
id
id
?:
string
Optional
identifier
identifier
?:
string
Optional
if
if
?:
string
input
input
:
string
Optional
key
key
?:
string
Optional
label
label
?:
string
Optional
name
name
?:
string
Optional
prompt
prompt
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow_
dependency_
failure
branches
depends_
on
fields
id
identifier
if
input
key
label
name
prompt
@buildkite/buildkite-sdk
Loading...