# TmuxEffect

- **Package:** LibTmuxMCP
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmuxMCP/ToolCatalog.swift#L21
- **Page:** https://libtmux.org/en/swift/latest/mcp/reference/tmuxeffect/

Direct effects on tmux state. This is a set, not an ordered safety level.

## Members

- `encode(to:)` (method): Encodes this value into the given encoder, when the type's `RawValue` is `String`.
- `init(from:)` (method): Creates a new instance by decoding from the given decoder, when the type's `RawValue` is `String`.
- `hashValue` (property)
- `hash(into:)` (method)
- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `observe` (constant)
- `change` (constant)
- `delete` (constant)
- `init(rawValue:)` (method): Creates a new instance with the specified raw value.
