Skip to content

PyMenuItem

Represents a Python-accessible item in a menu.

Type: int

Type: string

Type: ushort

Type: ushort

Type: string

The Python-visible class name of this object. Accessible in Python as obj.class .

No fields found.

No enums found.

Returns a readable string representation of the menu item. Used when printing or converting the object to a string in Python scripts.

Return Type: string


Returns a detailed string representation of the object. This string is used by Python’s built-in repr() function.

Return Type: string