getCategoryForLinkData method

String getCategoryForLinkData(
  1. Object linkdata
)

Find the category of a given link data, a string naming the link template that the Diagram should use to represent the link data. @param {ObjectData} linkdata a JavaScript object represented by a link. @return {string} @see #linkCategoryProperty @see #setCategoryForLinkData

Implementation

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