DesLifeCycleState
Information about the life cycle state.
type DesLifeCycleState {
backgroundColor: DesColor!
createdAt: DateTime!
createdBy: DesUser!
description: String!
foregroundColor: DesColor!
isAllowedInDesign: Boolean!
isInitialState: Boolean!
isVisible: Boolean!
lifeCycleStateId: String!
name: String!
stateIndex: Int!
updatedAt: DateTime!
updatedBy: DesUser!
}
Fields
DesLifeCycleState.backgroundColor ● DesColor! non-null object
The background color for this life cycle state.
DesLifeCycleState.createdAt ● DateTime! non-null scalar
The DateTime this life cycle state was created.
DesLifeCycleState.createdBy ● DesUser! non-null object
The user this life cycle state was created by.
DesLifeCycleState.description ● String! non-null scalar
The description of this life cycle state.
DesLifeCycleState.foregroundColor ● DesColor! non-null object
The foreground color for this life cycle state.
DesLifeCycleState.isAllowedInDesign ● Boolean! non-null scalar
Determines whether items in this life cycle state are allowed to be used in a design.
DesLifeCycleState.isInitialState ● Boolean! non-null scalar
Determines whether this life cycle state is the first of all the states for the associated life cycle definition.
DesLifeCycleState.isVisible ● Boolean! non-null scalar
Determines whether this life cycle state is visible in the Altium Designer vault panel.
DesLifeCycleState.lifeCycleStateId ● String! non-null scalar
The reference identifier for this life cycle state.
DesLifeCycleState.name ● String! non-null scalar
The name of this life cycle state.
DesLifeCycleState.stateIndex ● Int! non-null scalar
The state index for this life cycle state.
DesLifeCycleState.updatedAt ● DateTime! non-null scalar
The DateTime this life cycle state was last updated at.
DesLifeCycleState.updatedBy ● DesUser! non-null object
The user this life cycle state was last updated by.