src/app/models/theme.model.ts
The RelatedParameter data model is part of a set of parameters that are affected by a scenario theme. It contains the unique name of the target parameter parameter values corresponding to the theme and a flag to show the data to the user.
Properties |
paramName |
paramName:
|
Type : string
|
Parameter unique name used on model source code |
paramShow |
paramShow:
|
Type : boolean
|
Flag to show the parameter on the show data box |
paramValue |
paramValue:
|
Type : any
|
Parameter values for the underlying theme |