mirror of
https://github.com/wez/wezterm.git
synced 2025-01-01 18:22:13 +03:00
11 lines
305 B
Markdown
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).
|