1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-28 07:55:03 +03:00
wezterm/docs/config/lua/wezterm.mux/get_domain.md
2023-03-20 21:29:43 -07:00

491 B

wezterm.mux.get_domain(name_or_id)

{{since('20230320-124340-559cb7b0')}}

Resolves name_or_id to a domain and returns a MuxDomain object representation of it.

name_or_id can be:

  • A domain name string to resolve the domain by name
  • A domain id to resolve the domain by id
  • nil or omitted to return the current default domain
  • other lua types will generate a lua error

If the name or id don't map to a valid domain, this function will return nil.