# WindowLink

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

One session-local link to a window.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `id` (property): The stable identity of the entity associated with this instance.
- `incarnation` (property)
- `sessionID` (property)
- `windowID` (property)
- `index` (property)
- `isActive` (property)
- `init(sessionID:windowID:index:isActive:incarnation:)` (method)
- `target` (property): The exact link target tmux resolves in this session.
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
