host property

host property

Host is an element which contains this ShadowRoot.

Definition:

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

See Also