Class: PostFilterInput
backend.PostFilterInput
#
Hierarchy↳
PostFilterInput
#
ImplementsTPostFilter
#
Table of contents#
Constructors#
Properties#
Constructors#
constructor• new PostFilterInput()
#
Inherited from#
Properties#
authorId• Optional
authorId: number
#
Implementation ofTPostFilter.authorId
#
Defined insystem/core/backend/src/models/filters/post.filter.ts:10
#
featured• Optional
featured: boolean
#
Implementation ofTPostFilter.featured
#
Defined insystem/core/backend/src/models/filters/post.filter.ts:22
#
filters• Optional
filters: PropertySearch
[]
#
Implementation ofTPostFilter.filters
#
Inherited from#
Defined insystem/core/backend/src/models/filters/base-filter.filter.ts:8
#
published• Optional
published: boolean
#
Implementation ofTPostFilter.published
#
Defined insystem/core/backend/src/models/filters/post.filter.ts:19
#
sorts• Optional
sorts: SortByOptions
[]
#
Implementation ofTPostFilter.sorts
#
Inherited from#
Defined insystem/core/backend/src/models/filters/base-filter.filter.ts:11
#
tagIds• Optional
tagIds: number
[]
#
Implementation ofTPostFilter.tagIds
#
Defined insystem/core/backend/src/models/filters/post.filter.ts:16
#
titleSearch• Optional
titleSearch: string
#
Implementation ofTPostFilter.titleSearch