# FilterValue

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/FilterExpr.swift#L4
- **Page:** https://libtmux.org/en/swift/latest/reference/filtervalue/

A value a filter can compare against.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `text(_:)` (constant)
- `integer(_:)` (constant)
- `flag(_:)` (constant)
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
