mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
1.2 KiB
1.2 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 |
|
update | (params: any) => void |