Trilium Frontend API
Preparing search index...
<internal>
WatchdogEventCallback
Type Alias WatchdogEventCallback<K>
WatchdogEventCallback
:
(
evt
:
null
,
...
args
:
WatchdogEventArgs
<
K
>
)
=>
void
Utility type that gets the callback type for the given event.
Type Parameters
K
extends
keyof
WatchdogEventMap
Type Declaration
(
evt
:
null
,
...
args
:
WatchdogEventArgs
<
K
>
)
:
void
Parameters
evt
:
null
...
args
:
WatchdogEventArgs
<
K
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Trilium Frontend API
Loading...
Utility type that gets the callback type for the given event.