Skip to main content

Url

URL descriptor used by APIs that open links in a browser context.

Properties

  • target - Where to open URL in the web mode.
  • url - The url to open.

Properties

targetclass-attributeinstance-attribute

target: UrlTarget | str | None = None

Where to open URL in the web mode.

urlinstance-attribute

url: str

The url to open.