Setting › then
Official
Signature:
then(cb: (setting: this) => unknown): this
Parameters:
Returns: this — The setting.
Since: 0.9.20
Example:
setting.then((x) => { x.setName('foo');});