@terascope/data-mate / vector/Vector / VectorOptions
Interface: VectorOptions
Defined in: data-mate/src/vector/Vector.ts:607
A list of Vector Options
Properties
| Property | Type | Description | Defined in | 
|---|---|---|---|
 childConfig? | ReadonlyDataTypeFields | The type config for any nested fields (currently only works for objects) | data-mate/src/vector/Vector.ts:616 | 
 config | DataTypeFieldConfig | Readonly<DataTypeFieldConfig> | The field config | data-mate/src/vector/Vector.ts:611 | 
 name? | string | The name of field, if specified this will just be used for metadata | data-mate/src/vector/Vector.ts:621 |