Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IView

pentaho.visual.spec. IView

The IView interface represents the set of options used to initialize a view instance.

Source: doc-js/pentaho/visual/spec/IView.jsdoc, line 17

See also: pentaho.visual.IView

Members

Name Description
domContainer : HTMLElement

The HTML container element where the view is rendered.

model : pentaho.visual.Model

The visualization model.

Members Details

domContainer: HTMLElement

The HTML container element where the view is rendered.

This property is required.

Source: doc-js/pentaho/visual/spec/IView.jsdoc, line 26

model: pentaho.visual.Model

The visualization model.

This property is required.

Source: doc-js/pentaho/visual/spec/IView.jsdoc, line 36