Pular para o conteúdo principal

ListModelCategoriesOptions

Request parameters for listing model categories.

Used by ModelCategorySelector.list.

Hierarchy

Index

Properties

optionallimit

limit?: number

The limit of items per page.

optionalorder

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.

optionalpage

page?: number

The page requested.

optionalquery

query?: string

A search query string.

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