@camunda8/sdk
    Preparing search index...

    Interface SearchSortRequest

    interface SearchSortRequest {
        field: string;
        order?: "ASC" | "DESC";
    }
    Index

    Properties

    Properties

    field: string
    order?: "ASC" | "DESC"

    The order in which to sort the related field. Default value: ASC