Skip to main content

@terascope/data-types / types/group-type

types/group-type

Classes

ClassDescription
defaultRepresents an Object field together with its nested children as a single grouped unit. This is not a FieldType you declare directly — it is assembled during field grouping (getGroupType) from an Object parent and its dot-notation children (e.g. user + user.id + user.name), so the parent and its descendants convert together into one nested structure.

Type Aliases

NestedTypes

NestedTypes = object

Defined in: data-types/src/types/group-type.ts:9

Index Signature

[field: string]: default