[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [Executor](./kibana-plugin-plugins-expressions-public.executor.md) > [createWithDefaults](./kibana-plugin-plugins-expressions-public.executor.createwithdefaults.md)
## Executor.createWithDefaults() method
Signature:
```typescript
static createWithDefaults = Record>(state?: ExecutorState): Executor;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| state | ExecutorState<Ctx>
| |
Returns:
`Executor`