Vault.getConfig method
Vault › getConfig
Unofficial
Get value from config by key.Signature:
getConfig(string: ConfigItem): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| string | ConfigItem | Key of config value. |
Returns: unknown — The config value.
Remarks:
Default value will be selected if config value was not manually changed.