API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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?: string
Match objects whose name equals this.
property?: string
Match objects that carry this property key.
type?: string
Match objects whose type/class equals this.
Source