~~Title: Viewers ~~ The **Viewers** object is a collection of all currently open standalone [[:additional_functionality:viewing_images|image viewers]]. It can be obtained via the **[[dopus|DOpus]].viewers** property.   $$ Property Name $$ Return Type $$ Description $$ (#)//// $$ //collection://**[[viewer|Viewer]]**  $$ Lets you enumerate the currently open viewers. $$ lastactive $$ //object://**[[viewer|Viewer]]**  $$ Returns a **[[viewer|Viewer]]** object representing the most recently active viewer window. $$ Method Name $$ **Arguments** $$ Return Type $$ Description $$ Update $$ //none// $$ //none// $$ The first time a script accesses the **DOpus.viewers** property, a snapshot is taken of all currently open viewers. If anything opens or closes viewers after this, these changes will not be reflected by snapshot unless you re-synchronize it by calling the **Update** method.\\