MakeCode Embed
    Preparing search index...

    Interface RenderBlocksOptions

    interface RenderBlocksOptions {
        layout?: BlockLayout;
        snippetMode?: boolean;
        ts: string;
    }
    Index
    layout?: BlockLayout
    snippetMode?: boolean
    ts: string