|  | Python Script Engine
    1.0
    GL Studio Editor Python Script API | 
| Public Attributes | |
| String | attributeName | 
| String | displayName | 
| String | groupName | 
| String | className | 
| String | description | 
| String | propType | 
| String | prevVal | 
| bool | shouldDisplay | 
| String | propSource | 
Structure for info on extra property connections.
| String CustomAttributeInfo::attributeName | 
Also known as "internal name" and "ID".
| String CustomAttributeInfo::className | 
The class/type that the property is associated with.
| String CustomAttributeInfo::description | 
Description of the object in the Object Properties window.
| String CustomAttributeInfo::displayName | 
Name in the Object Properties window.
| String CustomAttributeInfo::groupName | 
Header/Category in the Objects Properties window that the object is nested under.
| String CustomAttributeInfo::prevVal | 
The value of the Catalyzer, Alt.
Class, or Component
| String CustomAttributeInfo::propSource | 
Source that the property originates from.
| String CustomAttributeInfo::propType | 
Data type of the object.
| bool CustomAttributeInfo::shouldDisplay | 
Whether the property should appear in the Object Properties window.