Interface Link

A link to an external resource (Web page, digital photo, video clip, etc) with additional information.

interface Link {
    href: string;
    text?: string;
    type?: string;
}

Properties

Properties

href: string

URL of hyperlink.

text?: string

Text of hyperlink.

type?: string

MIME type of content.