OlympeFunctionsdefinePropertyVersion: 2.4defineProperty CallabledefineProperty<T>(tag: Tag, type?: Class<T>): Property<T>Create a constant property object which has the specified tag and type to be used in coded bricks.Type parametersTParameterstag: Tagthe property tagoptionaltype: Class<T>type the property holds values ofReturns Property<T>newly defined property
Create a constant property object which has the specified tag and type to be used in coded bricks.