Docs (4.0.0)

getPathHref

Converts the specified navigation target into a valid href value.

getPathHref(target?: NavigationTarget): string | undefined

Notes

  • This method is also used by the UIButton renderer to set the href attribute for buttons that are rendered as anchor elements.

Related