@universal-ember/table
    Preparing search index...

    Interface SortItem<T>

    interface SortItem<T> {
        direction: SortDirection;
        property: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    direction: SortDirection
    property: string