# PaneID

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/Identity.swift#L79
- **Page:** https://libtmux.org/reference/swift/paneid/

A tmux pane id such as `%1`.

## Members

- `init(from:)` (method) — Creates a new instance by decoding from the given decoder, when the type's `RawValue` is `String`.
- `hashValue` (property)
- `hash(into:)` (method)
- `init(unicodeScalarLiteral:)` (method)
- `init(extendedGraphemeClusterLiteral:)` (method)
- `!=(_:_:)` (function) — Returns a Boolean value indicating whether two values are not equal.
- `sigil` (property)
- `rawValue` (property) — The corresponding value of the raw type.
- `init(rawValue:)` (method) — Creates a new instance with the specified raw value.
- `init(stringLiteral:)` (method) — Creates an instance initialized to the given string value.
- `description` (property) — A textual representation of this instance.
- `encode(to:)` (method) — Encodes this value into the given encoder.
