视图
View 对象
Section titled “View 对象”app.activeViewer.views[0]
View 对象表示一个特定的视图。
View.active
Section titled “View.active”app.activeViewer.views[0].active
当为 true
时,表示查看器面板是否被聚焦,并因此位于最前面。
Boolean; 只读.
View.options
Section titled “View.options”app.activeViewer.views[0].options
此视图的选项对象
View.setActive()
Section titled “View.setActive()”app.activeViewer.views[0].setActive()
将此视图面板移至最前面并聚焦于它,使其处于活动状态。
调用此方法会将 view 的 active 属性 设置为 true
。
无。
Boolean,表示视图面板是否被激活。