view property

view property

The view attribute identifies the AbstractView [DOM2VIEWS] from which the event was generated.

Definition:

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

See Also