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