view
View object
Section titled “View object”app.activeViewer.views[0]
Description
Section titled “Description”The View object represents a specific view.
Attributes
Section titled “Attributes”View.active
Section titled “View.active”app.activeViewer.views[0].active
Description
Section titled “Description”When true, indicates if the viewer panel is focused, and thereby frontmost.
Boolean; read-only.
View.options
Section titled “View.options”app.activeViewer.views[0].options
Description
Section titled “Description”Options object for this View
Methods
Section titled “Methods”View.setActive()
Section titled “View.setActive()”app.activeViewer.views[0].setActive()
Description
Section titled “Description”Moves this view panel to the front and places focus on it, making it active.
Calling this method will set the view’s active attribute to true.
Parameters
Section titled “Parameters”None.
Returns
Section titled “Returns”Boolean, indicating if the view panel was made active.