Pular para o conteúdo principal

externalListCollectionsParams

Request parameters for listing collections.

Used by CollectionSelector.list.

Hierarchy

Index

Properties

externaloptionallimit

limit?: number

The limit of items per page.

externaloptionalorder

order?: title:asc | title:desc | item_count:asc | item_count:desc

Define how items will be ordered. Check this field type to see the allowed options.

externaloptionalpage

page?: number

The page requested.

externaloptionalquery

query?: string

A search query string.

For instance, searching for “out” will match both “check out!” and “about us”. Search is not case-sensitive.