FilterSchema.Field
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Declared in
- FilterSchema
- Package
- libtmux-swift
- Source
- Sources/LibTmux/FilterSchema.swift
-
One filterable field, and every name that reaches it.
3 declared, 2 inherited
Members
- 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
FilterExprcarries. - type property What kind of literal the field compares against, so a client can reject a mismatch before sending one.
Inherited members
Reached through Equatable.!=(_:_:), Decodable.init(from:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
- init(from:) Decodable.init(from:) Creates a new instance by decoding from the given decoder.