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.

selectionFilter : pentaho.data.filter.Abstract

The current selection filter.

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

selectionFilter: pentaho.data.filter.Abstract

The current selection filter.

This property is not serialized by default. To serialize it, specify the argument keyArgs.omitProps.selectionFilter of toSpec to false.

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

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

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