Interface ExecuteOptions

Hierarchy

  • ExecuteOptions

Properties

allowUndefined?: boolean

Allow access to undefined properties in the context object. When set to false, accessing undefined properties will throw an error.

mutableContext?: boolean

When set to true, the context object can be modified by the compiled code.