mayMove method

bool mayMove()

This predicate is true when the diagram allows objects to be moved, and some object in the selection is movable.

This method may be overridden, although in most cases it is easiest to set Part#movable. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @return {boolean}

Implementation

_i2.bool mayMove() => _i4.callMethod(
      this,
      'mayMove',
      [],
    );