# Pane.init(id:index:width:height:isActive:isDead:isInputOff:modeCount:isSynchronized: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/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/Pane.swift#L44
- **Page:** https://libtmux.org/en/swift/latest/reference/pane-init(id-index-width-height-isactive-isdead-isinputoff-modecount-issynchronized-currentcommand-currentpath-isattop-isatbottom-isatleft-isatright-windowid-incarnation-)/

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