Skip to content

PluginSettingTab.getControlValue method

PluginSettingTab › getControlValue

Official

Reads from this.plugin.settings. Override to read from a different data source.

Signature:

getControlValue(key: string): unknown

Parameters:

Parameter Type Description
key string

Returns: unknown

Since: 1.13.0