The @link, @linkcode, and @linkplain tags may have a target
property set indicating which reflection/url they link to. They may also
have a tsLinkText property which includes the part of the text which
TypeScript thinks should be displayed as the link text.
Represents an inline tag like
{@link Foo}
The
@link
,@linkcode
, and@linkplain
tags may have atarget
property set indicating which reflection/url they link to. They may also have atsLinkText
property which includes the part of thetext
which TypeScript thinks should be displayed as the link text.