mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
908 B
908 B
Home > kibana-plugin-plugins-expressions-public > ExecutorState
ExecutorState interface
Signature:
export interface ExecutorState<Context extends Record<string, unknown> = Record<string, unknown>>
Properties
Property | Type | Description |
---|---|---|
context | Context |
|
functions | Record<string, ExpressionFunction> |
|
types | Record<string, ExpressionType> |