[**vscode-arduino-api**](../README.md)

---

# 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`
