Function extractOrder

  • The filter order is passed as a name:value string where the name is the name of the property that will be used to order by and the value is either asc/desc ( defaults to desc ) if there is no value

    Returns

    The object containing filtering order and property

    Parameters

    • Optional filterOrder: null | string

      The filtering order expression string.

    Returns FilterOrder

Generated using TypeDoc