Package bpy :: Module types :: Class EnumPropertyItem
[hide private]
[frames] | no frames]

Class EnumPropertyItem

The Enum Item Definition Object

Definition of a choice in an RNA enum property.

References

Instance Variables [hide private]
string (readonly) description
Description of the item's purpose.
string (readonly) identifier
Unique name used in the code and scripting.
string (readonly) name
Human readable name.
int (readonly) in [0, inf] value
Value of the item.
Instance Variable Details [hide private]

description

Description of the item's purpose. (maximum length of 0)
Type:
string (readonly)

identifier

Unique name used in the code and scripting. (maximum length of 0)
Type:
string (readonly)

name

Human readable name. (maximum length of 0)
Type:
string (readonly)