target property

target property

Gets or sets the target. The target attribute specifies the location of the value to bind to the specified semantic. This text string is a path-name following a simple syntax described in the “Addressing Syntax” section.

Definition:

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

See Also