PageLinkDescriptor
react-router

PageLinkDescriptor interface

Properties

crossOrigin

Type: "anonymous" | "use-credentials"

How the element handles crossorigin requests

disabled

Type: boolean

Whether the link is disabled

hrefLang

Type: string

Language of the linked resource

integrity

Type: string

Integrity metadata used in Subresource Integrity checks

media

Type: string

Applicable media: "screen", "print", "(max-width: 764px)"

page

Type: string

The absolute path of the page to prefetch.

referrerPolicy

Type: "" | "no-referrer" | "no-referrer-when-downgrade" | "same-origin" | "origin" | "strict-origin" | "origin-when-cross-origin" | "strict-origin-when-cross-origin" | "unsafe-url"

Referrer policy for fetches initiated by the element

Docs and examples CC 4.0