Interface: JexlCellOptions
Defined in: src/batteries/orchestration/cells/jexl.ts:108
Options for createJexlCell.
Properties
| Property | Type | Description | Defined in | | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | | transforms? | Record<string, JexlTransform> | 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 |