Class
AttributeDef |
| | |
QuickLinks |
AttributeDef |
Properties
| | Property | Type | Access | Description |
| attrType | int |
readwrite | |
| choices | Strings String |
readwrite | |
| defValues | Strings String |
readwrite | |
| flags | uint |
readwrite | |
| name | string |
readwrite | |
| rangeMax | string |
readwrite | |
| rangeMin | string |
readwrite | |
| required | int |
readwrite | |
|
Methods
| ConstructorAttributeDef AttributeDef (name:
string, required:
int, flags:
uint, attrType:
int, choices:
Strings, defValues:
Strings, rangeMin:
string, rangeMax:
string)
| Example | new AttributeDef() |
|
Used in: | number AttributeDefs.push
(value:
AttributeDef)
|
Return |
AttributeDef AttributeDef.AttributeDef (name:
string, required:
int, flags:
uint, attrType:
int, choices:
Strings, defValues:
Strings, rangeMin:
string, rangeMax:
string)
AttributeDef AttributeDefs.pop ()
|