Trilium Frontend API
    Preparing search index...

    Interface ContentNoteIdToComponentIdRow

    interface ContentNoteIdToComponentIdRow {
        componentId: string;
        noteId: string;
    }
    Index

    Properties

    Properties

    componentId: string
    noteId: string