---
url: >-
  https://adk.nht.io/api/batteries/orchestration/cells/jexl/interfaces/JexlCellOptions.md
description: 'Options for [`createJexlCell`](https://adk.nht.io/api/batteries/orchestration/cells/jexl/functions/createJexlCell).'
---

# Interface: JexlCellOptions

Defined in: [src/batteries/orchestration/cells/jexl.ts:108](https://github.com/NHTIO/ADK/blob/v1.20260906.0/src/src/batteries/orchestration/cells/jexl.ts#L108)

Options for [createJexlCell](../functions/createJexlCell.md).

## Properties

| Property                                       | Type                                                                                                                                                         | Description                                                                                                                 | Defined in                                                                                                                                   |
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
|  `transforms?` | [`Record`](https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type)<`string`, [`JexlTransform`](../type-aliases/JexlTransform.md)> | The CLOSED transform allowlist to register on the engine, keyed by pipe name. Registering nothing (the default) means the `|` pipe resolves no transform at all. This is the cell's security boundary: a predicate can never reach a transform that was not listed here. | [src/batteries/orchestration/cells/jexl.ts:116](https://github.com/NHTIO/ADK/blob/v1.20260906.0/src/src/batteries/orchestration/cells/jexl.ts#L116) |
