onReady
On this page
@vulp/js-api > VulpApiModel > onReady
VulpApiModel.onReady() method
Registers a handler to be executed when the model is ready.
Signature:
onReady(handler: ApiReadyMessageHandler): VulpApiModel;
Parameters
Parameter | Type | Description |
---|---|---|
handler | The handler to be executed. |
Returns:
The Vulp API model instance, can be used to chain calls.