# FormatSubscription.Scope

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