trilium
    Preparing search index...

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

    interface CommandData {
        ntxId?: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ntxId?: null | string