hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for array sorting operations.

    interface ISGIArraySort {
        Reverse(): any;
        Sort(flags: string): any;
        SortBy(fieldName: string, flags: string): any;
    }

    Hierarchy (View Summary)

    Index

    Methods