# FormatSubscription.Scope

- **Module:** FormatSubscription
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/Watch.swift#L13
- **Page:** https://libtmux.org/reference/swift/formatsubscription-scope-1e2t/

What tmux evaluates the format against.

## Members

- `!=(_:_:)` (function) — Returns a Boolean value indicating whether two values are not equal.
- `attachedSession` (constant) — The session the connection attached to.
- `pane(_:)` (constant) — One pane, by id.
- `allPanes` (constant) — Every pane in the attached session, including ones opened later.
- `window(_:)` (constant) — One window, by id.
- `allWindows` (constant) — Every window in the attached session, including ones opened later.
