Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

FilterSchema.Model

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

View as Markdown

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

The filterable fields of one type.

2 declared, 2 inherited

Members

  • fields property Every field a filter may name on it.
  • name property What a client calls this type — pane, session, and so on.

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.
Esc

Type to search.