Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IView

pentaho.visual.base.spec. IView

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

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

See also: pentaho.visual.base.View

Extends

Members

Name Description
_ :  pentaho.type.spec.UTypeReference

An inline type reference of the value's type.

extension :  Object

Extension properties that a view knows how to handle directly.

height :  number

The height that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels.

width :  number

The width that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels.

Members Details

_:  pentaho.type.spec.UTypeReference

An inline type reference of the value's type.

Source: doc-js/pentaho/type/spec/IInstance.jsdoc, line 27

Inherited From: pentaho.type.spec.IInstance#_

extension:  Object

Extension properties that a view knows how to handle directly.

This property is expected to be specified through configuration.

Custom view classes should document the supported options.

Source: doc-js/pentaho/visual/base/spec/IViewType.jsdoc, line 27

height:  number

The height that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels.

This property is required.

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

See also: pentaho.visual.base.View#height

width:  number

The width that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels.

This property is required.

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

See also: pentaho.visual.base.View#width