Setting โ€บ then

Setting.then() method

Facilitates chaining

Signature:

then(cb: (setting: this) => any): this;

Parameters

ParameterTypeDescription
cb(setting: this) โ‡’ any

Returns:

this