DesLifeCycleStateInput
Input for life cycle state.
input DesLifeCycleStateInput {
backgroundColor: DesColorInput
description: String!
foregroundColor: DesColorInput
isInitialState: Boolean
name: String!
stateIndex: Int!
}
Fields
DesLifeCycleStateInput.backgroundColor ● DesColorInput input
Background color of life cycle state.
DesLifeCycleStateInput.description ● String! non-null scalar
Description of life cycle state.
DesLifeCycleStateInput.foregroundColor ● DesColorInput input
Foreground color of life cycle state.
DesLifeCycleStateInput.isInitialState ● Boolean scalar
Returns true if this is the initial state.
DesLifeCycleStateInput.name ● String! non-null scalar
Name of life cycle state.
DesLifeCycleStateInput.stateIndex ● Int! non-null scalar
State index of life cycle state.