libtmux Reference MCP Search
On this page

tmux.WindowRel

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/filter_generated.go
struct tmux.WindowRel
struct [source]
struct [source]
struct tmux.WindowRel

WindowRel applies quantifiers to a materialized Window relation; its zero value is invalid. Some is existential, Every is universal and vacuously true for an empty relation, and None excludes; enabled quantifiers are conjunctive.

5 declared, 0 inherited

Members

  • Every attribute Every requires a universal match and is vacuously true for an empty relation.
  • None attribute None excludes the candidate when any related value matches.
  • Some attribute Some requires an existential match: at least one related value must match.
  • MarshalJSON method MarshalJSON validates and encodes the window relation; failures wrap ErrInvalidFilter.
  • UnmarshalJSON method UnmarshalJSON clears the receiver, strictly decodes a window relation, then validates it. Unknown or duplicate fields, trailing data, and semantic failures wrap ErrInvalidFilter; the receiver may retain decoded state on error.
Esc

Type to search.