Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PropertyType

A custom property type defined in the project. A type may be either an EnumPropertyType or a ClassPropertyType.

since

1.12

Hierarchy

Index

Constructors

Properties

Constructors

constructor

Properties

defaultValue

defaultValue: PropertyValue

The default value for properties of this type.

isClass

isClass: boolean

Returns true if this is a ClassPropertyType.

isEnum

isEnum: boolean

Returns true if this is a EnumPropertyType.

name

name: string

Get or set the name of this type. Must be unique in the project.

Generated using TypeDoc