Back to Trilium

Interface CommandData

docs/Script API/interfaces/Frontend_Script_API._internal_.CommandData.html

0.102.2979 B
Original Source

Interface CommandData

Base interface for the data/arguments for a given command (see CommandMappings).

interface CommandData {
ntxId?: null | string;
}

Hierarchy (View Summary)

Index

Properties

ntxId?

Properties

OptionalntxId

ntxId?: null | string

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties ntxId