history property

history property

Determines whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked. Read/write bool.

Definition:

@property
def history(self):
    ...

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

See Also