[F] $overload
function $overload(   context,   target,   overloadbase): void@overload - Indicate that the target overloads (specializes) the overloads type.
Parameters
| Parameter | Type | Description | 
|---|---|---|
context | DecoratorContext | DecoratorContext | 
target | Operation | The specializing operation declaration | 
overloadbase | Operation | - | 
Returns
void