vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ExecuteOptions

    interface ExecuteOptions {
        allowUndefined?: boolean;
        mutableContext?: boolean;
    }
    Index

    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.