compiledClipInstance.visible

#### Availability

Adobe Animate.

#### Usage

compiledClipInstance.visible

#### Description

Property; a boolean that sets visibility. Equivalent to the visible checkbox in the Display section of the Property Inspector for symbols.

#### Example

The following example illustrates use of this property:

javascript
// change visible to false on currently selected symbol instance
fl.getDocumentDOM().selection[0].visible = false;