osb/doc/lua/config.md

10 lines
302 B
Markdown
Raw Permalink Normal View History

2023-06-20 04:33:09 +00:00
# config
The `config` lua bindings relate to anything that has a configuration and needs to access configuration parameters.
---
#### `Json` config.getParameter(`String` parameter, `Json` default)
Returns the value for the specified config parameter. If there is no value set, returns the default.