Skip to main content

UrlProps

Hierarchy

Index

Properties

children

children: ChildrenNode

optionalhref

href?: string

optionalkey

key?: string | number

optionalnewWindow

newWindow?: boolean

url

url: string

urlParts

urlParts: { auth: string; fragment: string; host: string; path: string; port: string | number; query: string; scheme: string }

Methods

optionalonClick

  • onClick(): null | void