src/app/models/parameter.model.ts
The ParamInfo objects is part of a Parameter model and holds information about a model input in a specific language that will be displayed to end users.
Properties |
| lang |
lang:
|
Type : string
|
|
Target language for the parameter information |
| paramCategory |
paramCategory:
|
Type : string
|
|
Parameter category for catalog filters |
| paramDescription |
paramDescription:
|
Type : string
|
|
Parameter description |
| paramLabel |
paramLabel:
|
Type : string
|
|
User readable label for parameter |
| paramUnit |
paramUnit:
|
Type : string
|
|
Unit of measure for parameter values |