Trilium Frontend API
Preparing search index...
<internal>
GetCallback
Type Alias GetCallback<TEvent>
GetCallback
:
(
this
:
Emitter
,
ev
:
GetEventInfo
<
TEvent
>
,
...
args
:
TEvent
[
"args"
]
,
)
=>
void
Utility type that gets the callback type for the given event.
Type Parameters
TEvent
extends
BaseEvent
Type Declaration
(
this
:
Emitter
,
ev
:
GetEventInfo
<
TEvent
>
,
...
args
:
TEvent
[
"args"
]
)
:
void
Parameters
this
:
Emitter
ev
:
GetEventInfo
<
TEvent
>
...
args
:
TEvent
[
"args"
]
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.