Skip to content

LinkDefinition

reference
1 min readUpdated

Kind: Type

Source: Pams/Web/Pams.Web/Client/app/shared/link.service.ts (line 81)

Part of: Pams

Definition

ts
{ charset?: string; crossorigin?: string; href?: string; hreflang?: string; media?: string; rel?: string; rev?: string; sizes?: string; target?: string; type?: string; } & { [prop: string]: string; }

Was this page helpful?

Download as PDF