Trilium Frontend API
    Preparing search index...

    Interface LinkParams

    interface LinkParams {
        download?: boolean;
        label?: string | ((cell: CellComponent) => string);
        labelField?: string;
        target?: string;
        url?: string | ((cell: CellComponent) => string);
        urlField?: string;
        urlPrefix?: string;
    }
    Index

    Properties

    download?: boolean
    label?: string | ((cell: CellComponent) => string)
    labelField?: string
    target?: string
    url?: string | ((cell: CellComponent) => string)
    urlField?: string
    urlPrefix?: string