Desktop.Window.show

You're seeing just the function show, go back to Desktop.Window module for more information.

Show the Window if not visible with the given url.

  • pid - The pid or atom of the Window
  • url - The endpoint url to show. If non is provided the url callback will be used to get one.

Examples

iex> Desktop.Window.show(pid, "/")
:ok