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

errors.QueryValidationError.path

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

View as Markdown

Module
errors
Declared in
QueryValidationError
Package
libtmux
Source
packages/libtmux/src/errors.ts
path : : readonly (string | number)[]
attributereadonly [source]
attributereadonly [source]
path

Where in the criteria the problem is, as keys and array indices.

["windows", "some", "name", "startsWith"] reads as windows.some.name.startsWith, which is what the message renders. Kept apart from the message so a caller that built the criteria from somewhere else — a form, a config file, an MCP client — can point at the right field rather than parse a sentence. Empty when the criteria themselves are not an object at all.

0 declared, 0 inherited

Esc

Type to search.