API reference

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

I

interfaceTiledPropertyData

@codexo/exojs-tiled / tiled / stable

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

4
props
0
methods
0
events
Import
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

Properties4
name: string
propertytype?: string
Source