mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Refresh item after addon is done
This commit is contained in:
@ -11,6 +11,7 @@ port module Ports exposing
|
||||
, printElement
|
||||
, receiveCheckQueryResult
|
||||
, receiveServerEvent
|
||||
, refreshFileView
|
||||
, removeAccount
|
||||
, setAccount
|
||||
, setUiTheme
|
||||
@ -54,6 +55,11 @@ port printElement : String -> Cmd msg
|
||||
port receiveWsMessage : (D.Value -> msg) -> Sub msg
|
||||
|
||||
|
||||
{-| Given an ID of an element that is either EMBED or IFRAME the js will reload its src
|
||||
-}
|
||||
port refreshFileView : String -> Cmd msg
|
||||
|
||||
|
||||
|
||||
--- Higher level functions based on ports
|
||||
|
||||
|
Reference in New Issue
Block a user