BuildOption interface

Represents the application of an optional behavior to a build definition.

Properties

definition

A reference to the build option.

enabled

Indicates whether the behavior is enabled.

inputs

Property Details

definition

A reference to the build option.

definition: BuildOptionDefinitionReference

Property Value

enabled

Indicates whether the behavior is enabled.

enabled: boolean

Property Value

boolean

inputs

inputs: {[key: string]: string}

Property Value

{[key: string]: string}