@logixjs/sandbox
    Preparing search index...

    Interface ReadyEvent

    interface ReadyEvent {
        payload: { compilerReady: boolean; version: string };
        type: "READY";
    }
    Index

    Properties

    Properties

    payload: { compilerReady: boolean; version: string }
    type: "READY"