createPropertyDiagnosticClass Function
Helper method for creating PropertyDiagnostic child classes.
createPropertyDiagnosticClass<ARGS extends any[]>(code: string, messageText: string): __class
| Parameter | Type | Description |
|---|---|---|
| code | string | The string that uniquely identifies the diagnostic in the format ' |
| string | The message to associate with the diagnostic class. |
Returns - __class
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.