target property
target property
Gets or sets the target. The target attribute specifies the URL of the location of the object to instantiate.
Definition:
@property
def target(self):
...
@target.setter
def target(self, value):
...
Gets or sets the target. The target attribute specifies the URL of the location of the object to instantiate.
@property
def target(self):
...
@target.setter
def target(self, value):
...