EntityQueryItemProperties interface

An properties abstract Query item for entity

Properties

dataTypes

Data types for template

entitiesFilter

The query applied only to entities matching to all filters

inputEntityType

The type of the entity

requiredInputFieldsSets

Data types for template

Property Details

dataTypes

Data types for template

dataTypes?: EntityQueryItemPropertiesDataTypesItem[]

Property Value

entitiesFilter

The query applied only to entities matching to all filters

entitiesFilter?: Record<string, unknown>

Property Value

Record<string, unknown>

inputEntityType

The type of the entity

inputEntityType?: string

Property Value

string

requiredInputFieldsSets

Data types for template

requiredInputFieldsSets?: string[][]

Property Value

string[][]