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