On this page
LibTmux.AttachSessionRequest.AttachSessionRequest
- Module
- LibTmux
- Declared in
- AttachSessionRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/AttachSessionRequest.cs
-
Initializes a session-attachment request.
- Parameters
-
-
target ( string? ) – The session to attach, or null for the caller's own.
-
detachOthers ( bool ) – Whether other clients are detached.
-
readOnly ( bool ) – Whether the client attaches read-only.
-
exitOnDetach ( bool ) – Whether the client exits when the session is destroyed.
-
clientFlags ( IReadOnlyList<string>? ) – Client flags sent as one comma-separated
-fvalue.
-
0 declared, 0 inherited