Skip to main content

blockly > blockRendering > Drawer > drawInlineInput_

blockRendering.Drawer.drawInlineInput_() method

Add steps for an inline input.

Signature:

protected drawInlineInput_(input: InlineInput): void;

Parameters

Parameter

Type

Description

input

InlineInput

The information about the input to render.

Returns:

void