includedClasses parameter

The includedClasses parameter may be used to query or set the classes that should be included in the current view.  If you specify one or more included classes, any elements which have not been assigned one of the included classes will not be visible in the current view.

Availability

query command
set command

Scope

The current view.

Syntax

query includedClasses
set includedClasses [ className ] [...] 

Parameters

className Use the className parameter to indicate the name of a class that you want to include from the current element.

Description

You may specify any of the class names returned by the classes parameter.  If you do not specify any classes, all of the classes will be included in the current view.

Examples

query includedClasses
set includedClasses comment 


query command
set command
class parameter
classes parameter
elementClasses parameter
excludedClasses parameter
showAll action