QueryOpt: include?: string | string[]
All objects which include all or any of these tags, depending on includeOp.
includeOp?: "and" | "or"
Selects 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" | "or"
Selects the operator to use. Defaults to and.
distance?: number
All objects which are near or far to the position of this, depending on distanceOp.
distanceOp?: "near" | "far"
Selects the operator to use. Defaults to near.
visible?: boolean
All objects visible from this standpoint.
hierarchy?: "children" | "siblings" | "ancestors" | "descendants"
All objects in the given group. Defaults to children.
include?: string | string[]
All objects which include all or any of these tags, depending on includeOp.
includeOp?: "and" | "or"
Selects 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" | "or"
Selects the operator to use. Defaults to and.
distance?: number
All objects which are near or far to the position of this, depending on distanceOp.
distanceOp?: "near" | "far"
Selects the operator to use. Defaults to near.
visible?: boolean
All objects visible from this standpoint.
hierarchy?: "children" | "siblings" | "ancestors" | "descendants"
All objects in the given group. Defaults to children.
group
Options