blockly > FieldMultilineInput > showEditor_

FieldMultilineInput.showEditor_() method

Show the inline free-text editor on top of the text. Overrides the default behaviour to force rerender in order to correct block size, based on editor text.

Signature:

showEditor_(e?: Event, quietInput?: boolean): void;

Parameters

Parameter Type Description
e Event (Optional) Optional mouse event that triggered the field to open, or undefined if triggered programmatically.
quietInput boolean (Optional) True if editor should be created without focus. Defaults to false.

Returns:

void