id property

id property

Gets and sets the binding identifier.

Definition:

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

See Also