Orderby Transformation

interface ApplyTransformationOrderBy {
    orderParams: OrderParam<string>[];
    type: "orderby";
}

Properties

Properties

orderParams: OrderParam<string>[]

List of parameters for ordering by

type: "orderby"

Generated using TypeDoc