layoutComments method

void layoutComments(
  1. TreeVertex v
)

Position and TreeVertex#comments around the vertex.

This method should not walk the tree, since it is called for each TreeVertex in an indeterminate order. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @param {TreeVertex} v @since 1.2

Implementation

void layoutComments(_i3.TreeVertex v) {
  _i4.callMethod(
    this,
    'layoutComments',
    [v],
  );
}