Interface: ConfigOption

January 3, 2026 ยท View on GitHub

vscode-arduino-api


Interface: ConfigOption

Extends

  • ConfigOption

Properties

option

option: string

ID of the configuration option. For identifying the option to machines.

Inherited from

CliConfigOption.option


optionLabel

optionLabel: string

Name of the configuration option for identifying the option to humans.

Inherited from

CliConfigOption.optionLabel


values

values: ConfigValue[]

Possible values of the configuration option.

Inherited from

CliConfigOption.values