Axinom Mosaic Libraries
    Preparing search index...

    Interface SortData<T>

    interface SortData<T> {
        column: keyof T;
        columnSortKey?: string;
        direction: "desc" | "asc";
    }

    Type Parameters

    • T
    Index

    Properties

    column: keyof T

    Name of the property to sort by

    columnSortKey?: string
    direction: "desc" | "asc"

    Sorting direction