ordercloud-javascript-sdk
Preparing search index...
ListPageWithFacets
Interface ListPageWithFacets<TItem, TFacetsXp>
interface
ListPageWithFacets
<
TItem
,
TFacetsXp
=
any
>
{
Items
?:
TItem
[]
;
Meta
?:
MetaWithFacets
<
TFacetsXp
>
;
}
Type Parameters
TItem
represents the type for each item in the list
TFacetsXp
=
any
Index
Properties
Items?
Meta?
Properties
Optional
Items
Items
?:
TItem
[]
Optional
Meta
Meta
?:
MetaWithFacets
<
TFacetsXp
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Items
Meta
ordercloud-javascript-sdk
Loading...
represents the type for each item in the list