kibana/examples/data_view_field_editor_example
Gerard Soldevila fb26c1c683
SKA: Update broken references and URLs (#206836)
## Summary

Updates a number of broken file references and broken links.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Alejandro Fernández Haro <afharo@gmail.com>
2025-01-28 03:32:48 +00:00
..
public SKA: Update broken references and URLs (#206836) 2025-01-28 03:32:48 +00: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.