1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-01 18:22:13 +03:00
wezterm/docs/config/lua/MuxDomain/state.md
2023-03-20 21:29:43 -07:00

11 lines
305 B
Markdown

# `domain:state()`
{{since('20230320-124340-559cb7b0')}}
Returns whether the domain is attached or not. The result is a string that is either:
* `"Attached"` - the domain is attached
* `"Detached"` - the domain is not attached
See also: [domain:detach()](detach.md) and [domain:detach()](detach.md).