mirror of
https://github.com/fluencelabs/dashboard
synced 2025-03-27 02:11:03 +00:00
15 lines
257 B
Elm
15 lines
257 B
Elm
module Msg exposing (..)
|
|
|
|
import Browser exposing (UrlRequest)
|
|
import Port
|
|
import Url
|
|
|
|
|
|
type Msg
|
|
= NoOp
|
|
| UrlChanged Url.Url
|
|
| LinkClicked UrlRequest
|
|
| AquamarineEvent Port.ReceiveEvent
|
|
| RelayChanged String
|
|
| ToggleInterface String
|