ofModel method
Modify this Binding so that the source is the Model#modelData object, not a regular node data object or another GraphObject in the Part. @return {Binding} this Binding to the Model#modelData object. @see #isToModel @see #ofObject @since 1.7
Implementation
_i3.Binding ofModel() => _i4.callMethod(
this,
'ofModel',
[],
);