Trilium Frontend API
    Preparing search index...

    Interface ColumnDefinitionSorterParams

    interface ColumnDefinitionSorterParams {
        alignEmptyValues?: "top" | "bottom";
        format?: string;
        locale?: string | boolean;
        type?: "avg" | "max" | "min" | "sum" | "length";
    }
    Index

    Properties

    alignEmptyValues?: "top" | "bottom"
    format?: string
    locale?: string | boolean
    type?: "avg" | "max" | "min" | "sum" | "length"