@logixjs/sandbox
    Preparing search index...

    Interface InitCommand

    interface InitCommand {
        payload?: {
            env?: Record<string, unknown>;
            kernelUrl?: string;
            wasmUrl?: string;
        };
        type: "INIT";
    }
    Index

    Properties

    Properties

    payload?: {
        env?: Record<string, unknown>;
        kernelUrl?: string;
        wasmUrl?: string;
    }
    type: "INIT"