blockly > Connection > toString
Connection.toString() method
This method returns a string describing this Connection in developer terms (English only). Intended to on be used in console logs and errors.
Signature:
toString(): string;
Returns:
string
The description.