blockly > FieldAngle > showEditor_

FieldAngle.showEditor_() method

Create and show the angle field's editor.

Signature:

protected showEditor_(e?: Event): void;

Parameters

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

Returns:

void