# Pane.init(id:index:width:height:isActive:currentCommand:currentPath:isAtTop:isAtBottom:isAtLeft:isAtRight:windowID:incarnation:)

- **Module:** Pane
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/Pane.swift#L35
- **Page:** https://libtmux.org/reference/swift/pane-init(id-index-width-height-isactive-currentcommand-currentpath-isattop-isatbottom-isatleft-isatright-windowid-incarnation-)/

```
Pane.init(id:index:width:height:isActive:currentCommand:currentPath:isAtTop:isAtBottom:isAtLeft:isAtRight:windowID:incarnation:)(id: PaneID, index: Int, width: Int, height: Int, isActive: Bool, currentCommand: String, currentPath: String, isAtTop: Bool, isAtBottom: Bool, isAtLeft: Bool, isAtRight: Bool, windowID: WindowID, incarnation: ServerIncarnation)
```
