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

FilterLookup.parse(_:as: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
FilterLookup
Package
libtmux-swift
Source
Sources/LibTmux/FilterLookup.swift
parse(_:as:model:) ( lookup : String , as : Root.Type , model : String ) → FilterExpr<Root>
methodstatic [source]
methodstatic [source]
parse(_:as:model:)

Builds an expression from one field__operator=value lookup.

The model name selects the vocabulary: "pane", "session", and so on. A field can be named by wire id, Swift property, or tmux format name — whatever the schema lists as an alias.

0 declared, 0 inherited

Esc

Type to search.