---
title: enabled
framework: MediaExtension
role: symbol
role_heading: Instance Property
platforms: [macOS 15.0+]
path: mediaextension/merawprocessingparameter/enabled
---

# enabled

A Boolean value that indicates whether the extension enables the parameter.

## Declaration

```swift
var enabled: Bool { get set }
```

## Discussion

Discussion This parameter can only be modified by the extension. From the application-facing interface, VTRAWProcessingSession, this is a read-only value which indicates whether the parameter should be grayed out and disabled in any UI being generated.

## See Also

### Inspecting a processing parameter

- [key](mediaextension/merawprocessingparameter/key.md)
- [longDescription](mediaextension/merawprocessingparameter/longdescription.md)
- [name](mediaextension/merawprocessingparameter/name.md)
