Trilium Frontend API
    Preparing search index...

    Interface SorterFromTable

    interface SorterFromTable {
        column: ColumnComponent;
        dir: SortDirection;
        field: string;
    }
    Index

    Properties

    Properties

    The column component for the sorted column.

    A string of either asc or desc indicating the direction of sort.

    field: string

    A string of the field name for the sorted column.