Skip to main content

Module Configuration

Module Configuration 

Source
Expand description

Configuration RPC service. ConfigurationService::Struct owns the key/value store; ConfigurationScope::Enum and ConfigurationUpdate::Struct are the wire DTOs.

Modulesยง

ConfigurationScope
Scope of a configuration entry: Global / Workspace / Folder.
ConfigurationService
Configuration read/write service.
ConfigurationUpdate
Configuration-update DTO. Carries key + value + scope.