BuildOptionDefinition interface
Represents an optional behavior that can be applied to a build definition.
- Extends
description | The description. |
groups | The list of input groups defined for the build option. |
inputs | The list of inputs defined for the build option. |
name | The name of the build option. |
ordinal | A value that indicates the relative order in which the behavior should be applied. |
id | The ID of the referenced build option. |
The description.
description: string
Property Value
string
The list of input groups defined for the build option.
groups: BuildOptionGroupDefinition[]
Property Value
The list of inputs defined for the build option.
inputs: BuildOptionInputDefinition[]
Property Value
The name of the build option.
name: string
Property Value
string
A value that indicates the relative order in which the behavior should be applied.
ordinal: number
Property Value
number
The ID of the referenced build option.
id: string
Property Value
string
Inherited From BuildOptionDefinitionReference.id