Skip to main content
Version: Next 🚧

[F] $externalDocs

function $externalDocs(
context,
target,
url,
description?): void

Allows referencing an external resource for extended documentation.

Parameters

ParameterTypeDescription
contextDecoratorContext-
targetType-
urlstringThe URL for the target documentation. Value MUST be in the format of a URL.
description?stringA short description of the target documentation.

Returns

void