Skip to content

view

app.activeViewer.views[0]

The View object represents a specific view.


app.activeViewer.views[0].active

When true, indicates if the viewer panel is focused, and thereby frontmost.

Boolean; read-only.


app.activeViewer.views[0].options

Options object for this View

ViewOptions object


app.activeViewer.views[0].setActive()

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.

None.

Boolean, indicating if the view panel was made active.