detail property

detail property

Specifies some detail information about the Event, depending on the type of event.

Definition:

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

See Also