trilium
Preparing search index...
Frontend Script API
<internal>
ExecuteCommandData
Interface ExecuteCommandData<T>
Base interface for the data/arguments for a given command (see
CommandMappings
).
interface
ExecuteCommandData
<
T
>
{
ntxId
?:
null
|
string
;
resolve
:
(
data
:
T
)
=>
void
;
}
Type Parameters
T
Hierarchy (
View Summary
)
CommandData
ExecuteCommandData
Index
Properties
ntx
Id?
resolve
Properties
Optional
ntx
Id
ntxId
?:
null
|
string
resolve
resolve
:
(
data
:
T
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ntx
Id
resolve
trilium
Loading...
Base interface for the data/arguments for a given command (see CommandMappings).