Trilium Frontend API
    Preparing search index...

    Type Alias CustomMutatorParams

    CustomMutatorParams:
        | {}
        | (
            (
                value: any,
                data: any,
                type: "data" | "edit",
                cell?: CellComponent,
            ) => any
        )