Trilium Frontend API
    Preparing search index...

    Type Alias CustomAccessorParams

    CustomAccessorParams:
        | {}
        | (
            (
                value: any,
                data: any,
                type: "data" | "download" | "clipboard",
                column?: ColumnComponent,
                row?: RowComponent,
            ) => any
        )