StackPanel

state

Configuration options for stackpanel.state

State Options

state.custom

Arbitrary state data contributed by modules. Use this for module-specific state that should be serialized.

PropertyValue
Typeattribute set of anything
Default{ }

state.devenv

Devenv-related state for serialization. Populated by devenv integration modules (services, languages, pre-commit).

Structure: { services = { available = [...]; enabled = [...]; }; languages = { available = [...]; enabled = [...]; }; preCommit = { available = [...]; enabled = [...]; }; }

PropertyValue
Typeattribute set of anything
Default{ }

state.file

Name of the state file written to the state directory.

PropertyValue
Typestring
Default"stackpanel.json"

On this page