crossnote
    Preparing search index...

    Interface Backlink

    interface Backlink {
        note: Partial<Note>;
        referenceHtmls: string[];
        references: Partial<Reference>[];
    }
    Index

    Properties

    note: Partial<Note>
    referenceHtmls: string[]
    references: Partial<Reference>[]