Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

ServerProvenance

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

API reference · Markdown

struct ServerProvenance : struct ServerProvenance
struct [source]
struct [source]
struct ServerProvenance

Members

!=(_:_:)

!=(_:_:) ( lhs : Self , rhs : Self ) → Bool
functionstatic
functionstatic
!=(_:_:)

Inherited from Equatable.!=(_:_:)

Returns a Boolean value indicating whether two values are not equal.

Inequality is the inverse of equality. For any values a and b, a != b implies that a == b is false.

This is the default implementation of the not-equal-to operator (!=) for any type that conforms to Equatable.

  • Parameters:
    • lhs: A value to compare.
    • rhs: Another value to compare.

selector

selector : let selector: String
property [source]
property [source]
selector

selectionProvenance

selectionProvenance : let selectionProvenance: String
property [source]
property [source]
selectionProvenance

serverState

serverState : let serverState: String
property [source]
property [source]
serverState

configurationProvenance

configurationProvenance : let configurationProvenance: String
property [source]
property [source]
configurationProvenance

resolvedSocketPath

resolvedSocketPath : let resolvedSocketPath: String?
property [source]
property [source]
resolvedSocketPath

attachCommand

attachCommand : let attachCommand: String?
property [source]
property [source]
attachCommand

init(selector:selectionProvenance:serverState:configurationProvenance:resolvedSocketPath:attachCommand:)

init(selector:selectionProvenance:serverState:configurationProvenance:resolvedSocketPath:attachCommand:) ( selector : String , selectionProvenance : String , serverState : String , configurationProvenance : String , resolvedSocketPath : String? , attachCommand : String? )
method [source]
method [source]
init(selector:selectionProvenance:serverState:configurationProvenance:resolvedSocketPath:attachCommand:)

unknown

unknown : static let unknown: ServerProvenance
propertystatic [source]
propertystatic [source]
unknown

Discussed in Execute tmux commands , Runtime ownership , Options and hooks , Execution modes

init(from:)

init(from:) ( from : any Decoder )
method
method
init(from:)

Inherited from Decodable.init(from:)

Creates a new instance by decoding from the given decoder.

This initializer throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.

  • Parameter decoder: The decoder to read data from.
Esc

Type to search.