BaseComponent โ€บ then

BaseComponent.then() method

Facilitates chaining

Signature:

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

Parameters

ParameterTypeDescription
cb(component: this) โ‡’ any

Returns:

this