Pular para o conteúdo principal

externalListModelCategoriesOptions

Request parameters for listing model categories.

Used by ModelCategorySelector.list.

Hierarchy

Index

Properties

externaloptionallimit

limit?: number

The limit of items per page.

externaloptionalorder

order?: title:asc | title:desc | entry_count:asc | entry_count:desc | slug:asc | slug:desc | created_at:asc | created_at:desc | updated_at:asc | updated_at: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.