Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 738 Bytes

CliConfig.md

File metadata and controls

26 lines (14 loc) · 738 Bytes

Interface: CliConfig

Bare minimum representation of the Arduino CLI configuration.

Table of contents

Properties

Properties

dataDirPath

Readonly dataDirPath: undefined | string

Filesystem path to the directories.data location.


userDirPath

Readonly userDirPath: undefined | string

Filesystem path to the directories.user location. This is the sketchbook path.