EntityType

Describes an entity in the QueryBuilder. An entity represents a logical grouping of fields and can have nested child entities.

Optional childEntities

Section titled "childEntities"

Optional child entities. This allows building hierarchical or nested query structures.

childEntities?: EntityType[]

Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:397

The list of fields that belong to this entity.

fields: FieldType[]

Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:391

The name of the entity. Typically used as an identifier in expressions.

name: string

Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:386