API reference

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

T

typeObjectSchema

@codexo/exojs-tilemap / tilemap / stable

A developer-declared mapping from object `type`/class strings to the property shape an object of that type is expected to carry. Supplied as the type parameter to ObjectLayer to unlock the typed accessors (ObjectLayer.byType, ObjectLayer.where).

0
props
0
methods
0
events
Import
import { ObjectSchema } from '@codexo/exojs-tilemap'

A developer-declared mapping from object `type`/class strings to the property shape an object of that type is expected to carry. Supplied as the type parameter to ObjectLayer to unlock the typed accessors (ObjectLayer.byType, ObjectLayer.where).

Definition1
Source