Skip to main content

Class: PostFilterInput

backend.PostFilterInput

Hierarchy#

Implements#

  • TPostFilter

Table of contents#

Constructors#

Properties#

Constructors#

constructor#

• new PostFilterInput()

Inherited from#

BaseFilterInput.constructor

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#

BaseFilterInput.filters

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#

BaseFilterInput.sorts

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

Defined in#

system/core/backend/src/models/filters/post.filter.ts:13