Trilium Frontend API
    Preparing search index...

    Interface ColumnDefinitionSorterParams

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

    Properties

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