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 |
---|---|
_ : | An inline type reference of the value's type. |
extension : | Extension properties that a view knows how to handle directly. |
height : | The height that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels. |
width : | The width that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels. |
Members Details
_: |
---|
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: |
---|
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: |
---|
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: |
---|
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 |