mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
* 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>
1.3 KiB
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 |