MakeCode Embed
    Preparing search index...

    Interface EditorContentLoadedRequest

    interface EditorContentLoadedRequest {
        action: "editorcontentloaded";
        frameId?: string;
        id?: string;
        response?: boolean;
        type: "pxteditor" | "pxthost" | "pxtpkgext" | "pxtsim";
    }

    Hierarchy

    • EditorMessageRequest
      • EditorContentLoadedRequest
    Index
    action: "editorcontentloaded"

    Request action

    frameId?: string

    Frame identifier that can be passed to the iframe by adding the frameId query parameter

    id?: string

    Original request id

    response?: boolean

    flag to request response

    type: "pxteditor" | "pxthost" | "pxtpkgext" | "pxtsim"

    Constant identifier