Skip to main content

Class: CustomEntityFilterInput

backend.CustomEntityFilterInput

Hierarchy#

Implements#

  • TCustomEntityFilter

Table of contents#

Constructors#

Properties#

Constructors#

constructor#

• new CustomEntityFilterInput()

Inherited from#

BaseFilterInput.constructor

Properties#

entityType#

• Optional entityType: string

Implementation of#

TCustomEntityFilter.entityType

Defined in#

system/core/backend/src/models/filters/custom-entity.filter.ts:10


filters#

• Optional filters: PropertySearch[]

Implementation of#

TCustomEntityFilter.filters

Inherited from#

BaseFilterInput.filters

Defined in#

system/core/backend/src/models/filters/base-filter.filter.ts:8


name#

• Optional name: string

Implementation of#

TCustomEntityFilter.name

Defined in#

system/core/backend/src/models/filters/custom-entity.filter.ts:13


sorts#

• Optional sorts: SortByOptions[]

Implementation of#

TCustomEntityFilter.sorts

Inherited from#

BaseFilterInput.sorts

Defined in#

system/core/backend/src/models/filters/base-filter.filter.ts:11