# FilterSchema.Field

- **Module:** FilterSchema
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/FilterSchema.swift#L28
- **Page:** https://libtmux.org/en/swift/latest/reference/filterschema-field/

One filterable field, and every name that reaches it.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `id` (property): The stable id a `FilterExpr` carries.
- `type` (property): What kind of literal the field compares against, so a client can reject a mismatch before sending one.
- `aliases` (property): Other names that resolve to this field — a Swift property name, or a name an older release used. Aliases exist so a rename never invalidates a stored expression.
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
