# OutputVisibility

The `OutputVisibility` class describes whether or not an object is visible from various outputs.

## Properties

| Property           | Description                                                                                                                                                   |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `forCaptureOutput` | <p><code>(get) forCaptureOutput: BoolValue (set) forCaptureOutput: BoolSignal</code></p><p>Specifies whether the object is visible on the capture output.</p> |
| `forOverlayOutput` | <p><code>(get) forOverlayOutput: BoolValue (set) forOverlayOutput: BoolSignal</code></p><p>Specifies whether the object is visible on the overlay output.</p> |
| `forPreviewOutput` | <p><code>(get) forPreviewOutput: BoolValue (set) forPreviewOutput: BoolSignal</code></p><p>Specifies whether the object is visible on the preview output.</p> |

## Methods

This module exposes no methods.
