@logixjs/sandbox
    Preparing search index...

    Interface CompileResultEvent

    interface CompileResultEvent {
        payload: { bundle?: string; errors?: string[]; success: boolean };
        type: "COMPILE_RESULT";
    }
    Index

    Properties

    Properties

    payload: { bundle?: string; errors?: string[]; success: boolean }
    type: "COMPILE_RESULT"