kaios-types
    Preparing search index...

    Interface ContactFindSortOptions

    interface ContactFindSortOptions {
        sortBy?: string;
        sortOrder?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    sortBy?: string

    The field to sort by ("givenName" or "familyName").

    sortOrder?: string

    The sort order ("ascending" or "descending"). Default is "ascending".