computeEffectiveCollection method

Map<Part, DraggingInfo> computeEffectiveCollection(
  1. Iterable<Part> parts,
  2. DraggingOptions options
)

This just calls CommandHandler#computeEffectiveCollection. The implementation of this method was moved to CommandHandler for 2.0.

This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @param {Iterable.

Implementation

_i3.Map<_i3.Part, _i3.DraggingInfo> computeEffectiveCollection(
  _i3.Iterable<_i3.Part> parts,
  _i3.DraggingOptions options,
) =>
    _i4.callMethod(
      this,
      'computeEffectiveCollection',
      [
        parts,
        options,
      ],
    );