Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

events

pentaho.visual.base.events

The events namespace contains event classes used by the Visualization API.

Source: doc-js/pentaho/visual/base/events/_namespace.jsdoc, line 17

Classes

Name Summary
DidUpdate

This event is emitted when updating the view with Model#update and it occurs without any failures.

RejectedUpdate

This event is emitted when any rejection occurs while updating the view with Model#update.

WillUpdate

This event is emitted when the view is about to be updated. The listeners of will:update are allowed to cancel the event.