Interface PortableSandboxImplementation

interface PortableSandboxImplementation {
    mode: "sandbox";
    allowlist: SandboxAPI[];
    sourcePersisted: boolean;
    redactedAtRest: boolean;
    code?: string;
}

Properties

mode: "sandbox"
allowlist: SandboxAPI[]
sourcePersisted: boolean
redactedAtRest: boolean
code?: string