Optional
limitOptional
pathThe path of the Ditto string. If you omit this, it will fetch the first registered Ditto value.
Optional
sortOptional
direction?: SortDirectionAn optional sort parameter for your collections query. Allows sorting collections using the _id and names fields, in ascending or descending order:
{
propertyPath: "name",
direction: "ascending"
}
For descending values use:
{
propertyPath: "name",
direction: "descending"
}
For more information on the query string syntax refer to https://docs.ditto.live/concepts/querying
An optional number to limit the results of the collections query. If you omit this value, the query will return all values