WindowPlan
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- struct WindowPlan : struct WindowPlan
-
One window, and the panes in it.
Discussed in Swift workspace builder behavior , Swift workspace builder API
Members
- functionstatic ¶!=(_:_:)
-
Inherited from
Equatable.!=(_:_:)Returns a Boolean value indicating whether two values are not equal.
Inequality is the inverse of equality. For any values
aandb,a != bimplies thata == bisfalse.This is the default implementation of the not-equal-to operator (
!=) for any type that conforms toEquatable.- Parameters:
- lhs: A value to compare.
- rhs: Another value to compare.
- Parameters:
- windowName : let windowName: String?
-
What to call it. Left out, tmux names it after what runs in it.
- startDirectory : let startDirectory: String?
-
Where this window's panes start, overriding the workspace's own.
-
tmux's own layout name —
even-horizontal,tiled, and the rest — applied after the panes exist.
-
The panes to open. The first is the window itself; each one after it splits what is already there.
init(windowName:startDirectory:layout:panes:)
- 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.