Url Properties target(Optional[Union[UrlTarget, str]]) – Where to open URL in the web mode. url(str) – The url to open. Properties# target class-attribute instance-attribute # target: Optional[Union[UrlTarget, str]] = None Where to open URL in the web mode. url instance-attribute # url: str The url to open.