kibana/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpatternfieldlist.md
Liza Katz 28d0cf4485
Generate docs from data plugin (#56955)
* Add doc building for data plugin

* Added data server md file

* index file for suggestion component

* Clear out internal imports from public API

* Remove FunctionalComponent usage

* comment out working docs

* Added fixes following @octogonz feedback

* new docs

* Clean up

* Clean up 2

* fix jest

* rename docs script file

* update tasks

* tasks

* update docs
2020-03-10 11:34:06 +02:00

1.5 KiB

Home > kibana-plugin-plugins-data-public > IndexPatternFieldList

IndexPatternFieldList class

Signature:

export declare class FieldList extends Array<Field> implements IFieldList 

Constructors

Constructor Modifiers Description
(constructor)(indexPattern, specs, shortDotsEnable) Constructs a new instance of the FieldList class

Properties

Property Modifiers Type Description
add (field: Record<string, any>) => void
getByName (name: string) => Field | undefined
getByType (type: string) => any[]
remove (field: IFieldType) => void
update (field: Field) => void