Interface: CatalogPage
@kortexya/reasoninglayer / Marketplace / CatalogPage
Interface: CatalogPage
Defined in: src/types/marketplace.ts:58
A page of catalog rows.
Remarks
total is the count of every catalog row visible in the requested scope
BEFORE pagination is applied — not the length of items.
Properties
items
items:
PluginSummary[]
Defined in: src/types/marketplace.ts:60
The catalog rows on this page.
total
total:
number
Defined in: src/types/marketplace.ts:62
The total number of catalog rows visible, before pagination.