BaseComponent
โบ then
BaseComponent.then() method
Facilitates chaining
Signature:
then(cb: (component: this) => any): this;
Parameters
Parameter | Type | Description |
---|---|---|
cb | (component: this) โ any |
Returns:
this
1 min read
BaseComponent
โบ then
Facilitates chaining
Signature:
then(cb: (component: this) => any): this;
Parameter | Type | Description |
---|---|---|
cb | (component: this) โ any |
Returns:
this