> For the complete documentation index, see [llms.txt](https://sparkar-community.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sparkar-community.gitbook.io/docs/scenemodule/outputvisibility.md).

# 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.
