Specifies that the operation should be performed on all items that do not match any following queries.
Specifies that the operation should be performed on any item matching the provided ID.
Specifies that the operation should be performed on any item matching any one of the provided IDs.
Specifies that the operation should be performed on any item that has a metadata value matching the filter provided for any of the keys specified. Can optionally be set to perform an exactMatch, which will require that the filter matches the value exactly.
Specifies that the operation should be performed on any item present at the provided point
in the image.
This query operates on the item found at that point
similar to using withItemId
in combination with
raycaster.hitItems
, which can be useful if the additional metadata from the raycaster.hitItems
method is not needed to eliminate a network request.
Specifies that the operation should be performed on a range within the <vertex-scene-tree>
component.
Specifies that the operation should be performed on any item that has been selected.
Specifies that the operation should be performed on any item matching the provided custom supplied ID.
Specifies that the operation should be performed on any item matching any one of the provided custom supplied IDs.
Specifies that the operation should be performed on any item that is visible.
Specifies that the operation should be performed on items within the specified rectangle
boundary
within the Viewer. The exclusive
flag here determines whether items that intersect with the rectangle
,
but are not contained should be included in the result.
Specifies that the operation should be performed on all items in the scene.