# OptionScope

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/Options.swift#L6
- **Page:** https://libtmux.org/en/swift/latest/reference/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.
