RenderBlocksResponse | MakeCode Embed
interface RenderBlocksResponse { css?: string; height?: number; svg?: string; uri?: string; width?: number;}
css? height? svg? uri? width?
Optional
css?: string
height?: number
svg?: string
uri?: string
width?: number