mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Adds two fields to the IndexPattern Field: * parent - the name of the field this field is a child of * subType - The type of child this field is. Currently the only valid value is multi but we could expand this to include aliases, object children, and nested children. The thinking behind implementing these two new properties instead of a simple isMultiField flag is that it should be generic enough to describe other sorts of parent -> child relationships between fields. |
||
---|---|---|
.. | ||
api_integration | ||
common | ||
dev_certs | ||
functional | ||
interpreter_functional | ||
plugin_functional | ||
scripts | ||
server_integration | ||
types | ||
tsconfig.json |