Setting
Extended by
Methods
description()
description():
string
Returns
string
The description of the setting.
name()
name():
string
Returns
string
The name of the setting.
visible()
visible(
visible):void
You can use this to hide settings temporarily depending on the user config. The callback should return a boolean.
Parameters
visible
Function
visible - The function to determine if the setting should be visible or not.
Returns
void
Example
Last updated