Skip to content

Vault.getConfig method

Vault › getConfig

Unofficial

Get value from config by key.

Signature:

getConfig(string: ConfigItem): unknown

Parameters:

Parameter Type Description
string ConfigItem Key of config value.

Returns: unknownThe config value.

Remarks:

Default value will be selected if config value was not manually changed.