Member Junction
    Preparing search index...

    Sandbox context provided to executed code

    interface SandboxContext {
        console: {
            error: (...args: any[]) => void;
            info: (...args: any[]) => void;
            log: (...args: any[]) => void;
            warn: (...args: any[]) => void;
        };
        input: any;
        output: any;
    }
    Index

    Properties

    Properties

    console: {
        error: (...args: any[]) => void;
        info: (...args: any[]) => void;
        log: (...args: any[]) => void;
        warn: (...args: any[]) => void;
    }

    Console API for logging

    input: any

    Input data for the code

    output: any

    Output data set by the code