# SessionID.init(stringLiteral:)

- **Module:** SessionID
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/Identity.swift#L50
- **Page:** https://libtmux.org/en/swift/latest/reference/sessionid-init(stringliteral-)/

```
SessionID.init(stringLiteral:)(stringLiteral: String)
```

Creates an instance initialized to the given string value.

- Parameter value: The value of the new instance.
