mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
743 B
743 B
Home > kibana-plugin-plugins-expressions-public > Executor > createWithDefaults
Executor.createWithDefaults() method
Signature:
static createWithDefaults<Ctx extends Record<string, unknown> = Record<string, unknown>>(state?: ExecutorState<Ctx>): Executor<Ctx>;
Parameters
Parameter | Type | Description |
---|---|---|
state | ExecutorState<Ctx> |
Returns:
Executor<Ctx>