forceVisible parameter

Use the forceVisible parameter to set or query the forced visibility of a document element.  You may use this parameter to ensure that an element is always visible.

 

Availability

query command
set command

 

Scope

The current view's view of the current element.

 

Syntax

query forceVisible
set forceVisible { on | off } 

 

Parameters

on Use the on parameter to indicate that the current element should always be visible.
off Use the off parameter to indicate that you wish to allow the current element to become invisible.

 

Examples

query forceVisible
set forceVisible on 

Related reference
query command
set command
excludedClasses parameter
forceAllVisible parameter
includedClasses parameter
markIncluded parameter