Constructor Summary |
---|
CustomProp()
|
Property Getters/Setters Summary | ||
---|---|---|
function | getCustomValue() | |
function | setCustomValue(value) | |
Value of property. | ||
function | getName() | |
function | setName(value) | |
The name of the custom property. | ||
function | getPropType() | |
function | setPropType(value) | |
The data type of the custom property. The value of the property is PropType integer constant. |
Constructor Detail |
---|
function CustomProp()
Property Getters/Setters Detail |
---|
getName/setName : String | |
function getName() / function setName(value) |
getPropType/setPropType : Number | |
function getPropType() / function setPropType(value) |
getCustomValue/setCustomValue : CustomValue | |
function getCustomValue() / function setCustomValue(value) |