Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor-model > ReleaseTag > getTagName

ReleaseTag.getTagName() function

Returns the TSDoc tag name for a ReleaseTag value.

Signature:

function getTagName(releaseTag: ReleaseTag): string;

Parameters

ParameterTypeDescription
releaseTagReleaseTag

Returns:

string

Remarks

For example, getTagName(ReleaseTag.Internal) would return the string @internal.