blockly > Field > showEditor_
Field.showEditor_() method
A developer hook to create an editor for the field. This is no-op by default, and must be overriden to create an 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