Interface: ConfigValue

January 3, 2026 ยท View on GitHub

vscode-arduino-api


Interface: ConfigValue

Extends

  • ConfigValue

Properties

selected

selected: boolean

Whether the configuration option is selected.

Inherited from

CliConfigValue.selected


value

value: string

The configuration option value.

Inherited from

CliConfigValue.value


valueLabel

valueLabel: string

Label to identify the configuration option to humans.

Inherited from

CliConfigValue.valueLabel

Contents

  1. 1Extends
  2. 2Properties
  3. 2.1selected
  4. 2.2value
  5. 2.3valueLabel