Skip to main content

rom.config.config_definition.lua

---@meta config.config_definition

-- Section and key of a setting.
---@class (exact) rom.config.config_definition
---@field section string # Group of the setting. All settings within a config file are grouped by this.
---@field key string # Name of the setting.