Skip to main content
Version: Next 🚧

[F] $overload

function $overload(
context,
target,
overloadbase): void

@overload - Indicate that the target overloads (specializes) the overloads type.

Parameters

ParameterTypeDescription
contextDecoratorContextDecoratorContext
targetOperationThe specializing operation declaration
overloadbaseOperation-

Returns

void