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