blockly > FieldDropdown > showEditor_

FieldDropdown.showEditor_() method

Create a dropdown menu under the text.

Signature:

protected showEditor_(e?: MouseEvent): void;

Parameters

Parameter Type Description
e MouseEvent (Optional) Optional mouse event that triggered the field to open, or undefined if triggered programmatically.

Returns:

void