Interface RenderByBlockIdOptions

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

Properties

blockId: string
layout?: BlockLayout
snippetMode?: boolean