ng-xtend API documentation
    Preparing search index...

    Type Alias XtSortBy<T>

    Defines a sort specification for a single field.

    type XtSortBy<T> = {
        by: keyof T;
        direction: XtSortByDirection;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Properties

    Properties

    by: keyof T