detail property

detail property

Specifies some detail information about the Event, depending on the type of the event. For this event type, indicates the repeat number for the animation.

Definition:

@property
def detail(self):
    ...
@detail.setter
def detail(self, value):
    ...

See Also