Skip to main content

Home > blockly > FieldDropdown > showEditor_

FieldDropdown.showEditor_() method

Create a dropdown menu under the text.

Signature:

protected showEditor_(e?: MouseEvent): void;

Parameters

ParameterTypeDescription
eMouseEvent(Optional) Optional mouse event that triggered the field to open, or undefined if triggered programmatically.

Returns:

void