MakeCode Embed
    Preparing search index...

    Interface RenderByBlockIdOptions

    interface RenderByBlockIdOptions {
        blockId: string;
        layout?: BlockLayout;
        snippetMode?: boolean;
    }
    Index
    blockId: string
    layout?: BlockLayout
    snippetMode?: boolean