Trilium Frontend API
    Preparing search index...

    Interface NoteLinkOpts

    interface NoteLinkOpts {
        className?: string;
        containerClassName?: string;
        highlightedTokens?: string[];
        noContextMenu?: boolean;
        noPreview?: boolean;
        notePath: string | string[];
        noTnLink?: boolean;
        onContextMenu?: (e: MouseEvent) => void;
        showNoteIcon?: boolean;
        showNotePath?: boolean;
        style?: Record<string, string | number>;
        title?: string;
        viewScope?: ViewScope;
    }
    Index

    Properties

    className?: string
    containerClassName?: string
    highlightedTokens?: string[]
    noContextMenu?: boolean
    noPreview?: boolean
    notePath: string | string[]
    noTnLink?: boolean
    onContextMenu?: (e: MouseEvent) => void
    showNoteIcon?: boolean
    showNotePath?: boolean
    style?: Record<string, string | number>
    title?: string
    viewScope?: ViewScope