API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceTiledPropertyData
One custom property entry as written by Tiled (`properties` arrays on maps, tilesets, tiles, layers and objects). - `string` / `color` / `file` → `value` is a `string` - `int` / `float` / `object` → `value` is a `number` (an `object` value is the referenced object's id) - `bool` → `value` is a `boolean` - `class` → `value` is a TiledClassPropertyValueData; `propertytype` names the class
import { TiledPropertyData } from '@codexo/exojs-tiled'One custom property entry as written by Tiled (`properties` arrays on maps, tilesets, tiles, layers and objects).
- `string` / `color` / `file` → `value` is a `string` - `int` / `float` / `object` → `value` is a `number` (an `object` value is the referenced object's id) - `bool` → `value` is a `boolean` - `class` → `value` is a TiledClassPropertyValueData; `propertytype` names the class
name: stringpropertytype?: string