MakeCode Embed
    Preparing search index...

    Interface RenderBlocksRequest

    interface RenderBlocksRequest {
        code: string | MakeCodeProject;
        options?: {
            layout?: BlockLayout;
            package?: string;
            packageId?: string;
            snippetMode?: boolean;
        };
    }
    Index
    code: string | MakeCodeProject
    options?: {
        layout?: BlockLayout;
        package?: string;
        packageId?: string;
        snippetMode?: boolean;
    }