[F] $projectedName
function $projectedName( context, target, targetName, projectedName): void@projectedName - Indicate that this entity should be renamed according to the given projection.
Parameters
| Parameter | Type | Description |
|---|---|---|
context | DecoratorContext | DecoratorContext |
target | Type | The that should have a different name. |
targetName | string | - |
projectedName | string | Name of the type should have in the scope of the projection specified. |
Returns
void