QueryOpt: include?: string | string[]All objects which include all or any of these tags, depending on includeOp.includeOp?: and | orSelects the operator to use. Defaults to and.exclude?: string | string[]All objects which do not have all or any of these tags, depending on excludeOp.excludeOp?: and | orSelects the operator to use. Defaults to and.distance?: numberAll objects which are near or far to the position of this, depending on distanceOp.distanceOp?: near | farSelects the operator to use. Defaults to near.visible?: booleanAll objects visible from this standpoint.hierarchy?: children | siblings | ancestors | descendantsAll objects in the given group. Defaults to children.
include?: string | string[]All objects which include all or any of these tags, depending on includeOp.
exclude?: string | string[]All objects which do not have all or any of these tags, depending on excludeOp.
hierarchy?: children | siblings | ancestors | descendantsAll objects in the given group. Defaults to children.