findPartsAt<T extends Part, S extends Iterable<T>> method

S findPartsAt<T extends Part, S extends Iterable<T>>(
  1. Point p, [
  2. bool? selectable,
  3. S? coll
])

This convenience function finds all Parts that are at a point in document coordinates and that are not in temporary layers.

@param {Point} p A Point in document coordinates. @param {boolean=} selectable Whether to only consider parts that are Part#selectable. The default is true. @param {List.

Implementation

S findPartsAt<T extends _i3.Part, S extends _i3.Iterable<T>>(
  _i3.Point p, [
  _i2.bool? selectable,
  S? coll,
]) =>
    _i4.callMethod(
      this,
      'findPartsAt',
      [
        p,
        selectable ?? _i5.undefined,
        coll ?? _i5.undefined,
      ],
    );