Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyValue

A property value with a user-defined type.

Can be created using tiled.propertyValue.

since

1.8

Hierarchy

  • PropertyValue

Index

Properties

Properties

typeId

typeId: number

The ID of the type of this value.

Readonly typeName

typeName: string

The name of the type of this value.

value

value: number | object

The actual value. A number for enum property values, or an object for class property values.

Generated using TypeDoc