Params
params
(Object
) – Transformation parameters.search
(String
) – An optional search string.- [New in 1.43.0]
filters
(Object
) – Optional filters. TheObject
keys are attribute names (String
), and the values are objects representing (“and”) filter specifications. For filtering keys using theequals
operator, the plainString
value can be provided instead of a filter specification object.
Note that instead of using an “and” filter specification,transform
can be called multiple times with different operators for the same attribute: limit
(Number
) – An optional size limit for the result set.order
(Array
) – An optional order specification. An order specification describes how the results are to be sorted by the application that integrates the Scrivito SDK with an external data provider. Each entry in the order specification is a tuple of strings. The first entry in the tuple represents the attribute name to which the sorting is to be applied (e.g."title"
). The second entry in the tuple is the order direction. There are two possible order directions,"asc"
and"desc"
.