Trilium Frontend API
    Preparing search index...

    Type Alias CustomMutator

    CustomMutator: (
        value: any,
        data: any,
        type: "data" | "edit",
        mutatorParams: any,
        cell?: CellComponent,
    ) => any

    Type Declaration

      • (
            value: any,
            data: any,
            type: "data" | "edit",
            mutatorParams: any,
            cell?: CellComponent,
        ): any
      • Parameters

        • value: any
        • data: any
        • type: "data" | "edit"
        • mutatorParams: any
        • Optionalcell: CellComponent

        Returns any