getToPortIdForLinkData method

String getToPortIdForLinkData(
  1. Object linkdata
)

From a link data retrieve a value identifying the port object of the node to which this link is connected. @param {ObjectData} linkdata a JavaScript object represented by a link. @return {string} This may return the empty string if there is no particular port parameter information. @see #linkToPortIdProperty @see #setToPortIdForLinkData

Implementation

_i2.String getToPortIdForLinkData(_i2.Object linkdata) => _i4.callMethod(
      this,
      'getToPortIdForLinkData',
      [linkdata],
    );