API reference

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

T

typeTilePropertyValue

@codexo/exojs-tilemap / tilemap / stable

Union of legal tile-property value types in the generic runtime. Format-neutral; adapters map their native property systems into this set - including the structured TilePropertyPoint, TilePropertyObjectRef, and TilePropertyTileRef variants, arrays of any of the above, and nested property bags (e.g. Tiled `class`-typed properties).

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

Union of legal tile-property value types in the generic runtime. Format-neutral; adapters map their native property systems into this set - including the structured TilePropertyPoint, TilePropertyObjectRef, and TilePropertyTileRef variants, arrays of any of the above, and nested property bags (e.g. Tiled `class`-typed properties).

Definition1
Source