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

types.AbortLike.reason

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

View as Markdown

Module
types
Declared in
AbortLike
Package
libtmux
Source
packages/libtmux/src/types.ts
reason : : unknown
propertyreadonly [source]
propertyreadonly [source]
reason

Why the caller abandoned the command, when they said.

Carried onto the cancellation error as its cause , so abort(myError) comes back rather than being replaced by a generic refusal. Optional because the signal is typed structurally; a real AbortSignal has it.

0 declared, 0 inherited

Esc

Type to search.