libtmux Reference MCP Search
On this page

FilterSchema.Field

View as Markdown

Declared in
FilterSchema
Package
libtmux-swift
Source
Sources/LibTmux/FilterSchema.swift
struct FilterSchema.Field : struct Field
struct [source]
struct [source]
struct FilterSchema.Field

One filterable field, and every name that reaches it.

5 declared, 0 inherited

Members

  • !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
  • init(from:) method Creates a new instance by decoding from the given decoder.
  • 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.
  • 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.
Esc

Type to search.