Class: ProductFilterInput
backend.ProductFilterInput
#
Hierarchy↳
ProductFilterInput
#
ImplementsTProductFilter
#
Table of contents#
Constructors#
Properties#
Constructors#
constructor• new ProductFilterInput()
#
Inherited from#
Properties#
attributes• Optional
attributes: ProductFilterAttributes
[]
#
Implementation ofTProductFilter.attributes
#
Defined insystem/core/backend/src/models/filters/product.filter.ts:50
#
categoryId• Optional
categoryId: number
#
Implementation ofTProductFilter.categoryId
#
Defined insystem/core/backend/src/models/filters/product.filter.ts:56
#
filters• Optional
filters: PropertySearch
[]
#
Implementation ofTProductFilter.filters
#
Inherited from#
Defined insystem/core/backend/src/models/filters/base-filter.filter.ts:8
#
maxPrice• Optional
maxPrice: number
#
Implementation ofTProductFilter.maxPrice
#
Defined insystem/core/backend/src/models/filters/product.filter.ts:47
#
minPrice• Optional
minPrice: number
#
Implementation ofTProductFilter.minPrice
#
Defined insystem/core/backend/src/models/filters/product.filter.ts:44
#
nameSearch• Optional
nameSearch: string
#
Implementation ofTProductFilter.nameSearch
#
Defined insystem/core/backend/src/models/filters/product.filter.ts:53
#
sorts• Optional
sorts: SortByOptions
[]
#
Implementation ofTProductFilter.sorts
#
Inherited from#
Defined insystem/core/backend/src/models/filters/base-filter.filter.ts:11