API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceObjectQuery
@codexo/exojs-tilemap / tilemap / stable
Filter for ObjectLayer.query. Unspecified fields match everything.
5
props
0
methods
0
events
Import
import { ObjectQuery } from '@codexo/exojs-tilemap'Filter for ObjectLayer.query. Unspecified fields match everything.
Properties5
Match objects of this geometry kind.
name?: stringMatch objects whose name equals this.
property?: stringMatch objects that carry this property key.
type?: stringMatch objects whose type/class equals this.
When combined with property, also require the property value to equal this.
Source