detail property

detail property

Gets the custom data.

Definition:

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

See Also