dev-kit/src/deprecation/deprecation-warning.ts
Model of arguments passed to deprecation warning
Properties |
|
| className |
className:
|
Type : string
|
| Optional |
|
Name of the affected class |
| instructions |
instructions:
|
Type : string
|
| Optional |
|
Instructions for the user. What needs to be done? e.g. "Use xy instead." |
| member |
member:
|
Type : string
|
| Optional |
|
Name of the affected member (typically a property or method) |
| packageName |
packageName:
|
Type : string
|
| Optional |
|
Name of the affected package, e.g. @talenra/components |
| submodule |
submodule:
|
Type : string
|
| Optional |
|
Name of the affected submodule, e.g. 'form-field' for import @talenra/components/form-field |