value property

value property

Represents the string value of the button element that is directly mapped to the ‘value’ attribute.

Definition:

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

See Also