Module MergedConfigurationStateDTO

Module MergedConfigurationStateDTO 

Source
Expand description

§MergedConfigurationStateDTO

§RESPONSIBILITY

  • Data transfer object for merged application configuration
  • Serializable format for gRPC/IPC transmission
  • Used by Mountain to provide final effective configuration to UI features

§FIELDS

  • Data: Merged configuration JSON object from all sources

Structs§

MergedConfigurationStateDTO
Represents the final, effective configuration after merging settings from all sources (default, user, workspace, folder). This merged view is what is queried by application features.

Constants§

MAX_CONFIGURATION_DEPTH 🔒
Maximum configuration depth to prevent stack overflow from deeply nested paths