Trilium Frontend API
    Preparing search index...

    Interface PrintPreviewData

    interface PrintPreviewData {
        note: FNote;
        notePath: string;
        pdfBuffer: Uint8Array;
    }
    Index

    Properties

    note: FNote
    notePath: string
    pdfBuffer: Uint8Array