Home > @tridion-sites/extensions > ItemClassifiedItemsQueryProps
Signature:
export interface ItemClassifiedItemsQueryProps
| Property | Modifiers | Type | Description |
|---|---|---|---|
| keywordId | ItemUri | The URI of a Keyword or Concept. | |
| resolveDescendantKeywords? | boolean | (Optional) A boolean value to indicate whether to include descendant keywords in the results. | |
| resultLimit? | number | (Optional) An integer value to limit the number of items returned in the list. Specify a positive value as the limit or -1 for no limit. Setting the value to zero will return an empty list. | |
| rloItemTypes? | ReadonlyArray<RloItemType> | (Optional) The item types of all repository-local objects that you want to include in the response. | |
| useDynamicVersion? | boolean | (Optional) Loads a dynamic version (if available for the current user). |