RenderBlocksResponse | MakeCode Embed

Interface RenderBlocksResponse

interface RenderBlocksResponse {
    css?: string;
    height?: number;
    svg?: string;
    uri?: string;
    width?: number;
}

Properties

css? height? svg? uri? width?

Properties

Optionalcss

css?: string

Optionalheight

height?: number

Optionalsvg

svg?: string

Optionaluri

uri?: string

Optionalwidth

width?: number