# OptionScope

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/Options.swift#L5
- **Page:** https://libtmux.org/reference/swift/optionscope/

The exact tmux table that owns an option.

Session and window options have global and object-local tables. A local
scope carries its target so direct and connected dispatch reach the same
object, and the target's daemon identity is checked before the command runs.

## Members

- `!=(_:_:)` (function) — Returns a Boolean value indicating whether two values are not equal.
- `server` (constant)
- `globalSession` (constant)
- `globalWindow` (constant)
- `session(_:)` (constant)
- `window(_:)` (constant)
- `pane(_:)` (constant)
- `init(from:)` (method) — Creates a new instance by decoding from the given decoder.
