# WindowLinkID

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/Identity.swift#L101
- **Page:** https://libtmux.org/en/swift/latest/reference/windowlinkid/

The session-local identity of one link to a window.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `sessionID` (property)
- `index` (property)
- `windowID` (property)
- `init(sessionID:index:windowID:)` (method)
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
