kibana/docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.iinterpreterrenderhandlers.md
Daniil Suleiman b125472de5
Table visualization renderer (#79455)
* Implement toExpressionAst fn

* Implement table vis renderer, move legacy codebase

* Update legacy paths

* Update types

* Fix filtering

* Update styles

* Remove legacy tests

* Update docs

* Update tests

* Fix tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-12 12:06:33 +03:00

1.3 KiB

Home > kibana-plugin-plugins-expressions-public > IInterpreterRenderHandlers

IInterpreterRenderHandlers interface

Signature:

export interface IInterpreterRenderHandlers 

Properties

Property Type Description
done () => void Done increments the number of rendering successes
event (event: any) => void
onDestroy (fn: () => void) => void
reload () => void
uiState PersistedState
update (params: any) => void