Reference

RouteHeadDescriptor

Describes an extra head element emitted by route metadata.

Signature

interface RouteHeadDescriptor

Members

attrs?: Record<string, string | number | boolean | undefined>
content?: string
nonce?: string | boolean
tag: "meta" | "link" | "script" | "style" | "base"