Skip to main content
Version: Next 🚧

[F] $projectedName

function $projectedName(
context,
target,
targetName,
projectedName): void

@projectedName - Indicate that this entity should be renamed according to the given projection.

Parameters

ParameterTypeDescription
contextDecoratorContextDecoratorContext
targetTypeThe that should have a different name.
targetNamestring-
projectedNamestringName of the type should have in the scope of the projection specified.

Returns

void