# FilterSchema.Field

- **Module:** FilterSchema
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/FilterSchema.swift#L27
- **Page:** https://libtmux.org/reference/swift/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.
