Applies a string tag to a class and its prototype.
Supports direct use as @StringTag and configured use as @StringTag('CustomName').
@StringTag
@StringTag('CustomName')
Optional
A custom tag string or the class constructor when used directly.
The decorator context for direct decorator usage.
The decorated class or a decorator that applies the tag.
Applies a string tag to a class and its prototype.
Supports direct use as
@StringTagand configured use as@StringTag('CustomName').