mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
658 B
658 B
Home > kibana-plugin-plugins-expressions-server > Executor > extendContext
Executor.extendContext() method
Signature:
extendContext(extraContext: Record<string, unknown>): void;
Parameters
Parameter | Type | Description |
---|---|---|
extraContext | Record<string, unknown> |
Returns:
void