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

libtmux.query.where

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

View as Markdown

Module
libtmux
Declared in
query
Package
libtmux
Source
lua/libtmux/query.lua
where ( rows : <T>[]|libtmux.Selection<T> , criteria : libtmux.CompiledQuery|libtmux.Where , schema : libtmux.QuerySchema? = nil ) → libtmux.Selection<T>
function [source]
function [source]
where

Validate the entire grammar and required data before selecting records.

Parameters
  • schema ( libtmux.QuerySchema? ) – Required for ordinary sequences with uncompiled criteria.

0 declared, 0 inherited

Esc

Type to search.