Skip to content

[V] $overload

const $overload: OverloadDecorator;

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

context

DecoratorContext

target

The specializing operation declaration

overloadBase

The operation to be overloaded.