@logixjs/sandbox
    Preparing search index...

    Interface CompileCommand

    interface CompileCommand {
        payload: {
            code: string;
            filename?: string;
            mockManifest?: MockManifest;
        };
        type: "COMPILE";
    }
    Index

    Properties

    Properties

    payload: { code: string; filename?: string; mockManifest?: MockManifest }
    type: "COMPILE"