# mythulu-ink.scheme

# mythulu-ink://

Custom mythulu-ink:// url scheme handler for deeplinking and special actions.

# "open-url Application event." (event, url)

The custom scheme open-url handler sends signals to MainWindow.webContents for scheme patterns it knows about.

A typical deep-link will fire an event named after the first component in the uri scheme path, e.g., mythulu-ink://install/@my-plugin would fire MainWindow:install with @my-plugin as a positional argument.

Kind: event emitted by mythulu-ink://
Emits: MainWindow:auth Tells the `MainWindow` renderer about remote authentication attempts.event:, MainWindow:install Tells the `MainWindow` renderer about remote plugin installation attempts.event:

Param Type Description
event object The triggering event.
url string The full uri to handle for deep-linking.