kibana/examples/data_view_field_editor_example
Luke Elmers b6287708f6
Adds AGPL 3.0 license (#192025)
Updates files outside of x-pack to be triple-licensed under Elastic
License 2.0, AGPL 3.0, or SSPL 1.0.
2024-09-06 19:02:41 -06:00
..
public Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kibana.jsonc Assign functional tests and example plugins code ownership to Data Discovery (#162740) 2023-08-04 17:21:13 -03:00
README.md IndexPatternFieldEditor => DataViewFieldEditor (#119261) 2021-11-22 09:12:33 -06:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

Data view field editor example

This example data view field editor app shows how to:

  • Edit data view fields via flyout
  • Delete data view runtime fields with modal confirm prompt

To run this example, use the command yarn start --run-examples.