kibana/docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.iinterpreterrenderhandlers.md
2020-09-30 09:10:28 +02:00

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