src/app/models/theme.model.ts
The Theme data model maps to database theme-catalog collection. A theme is a pre-defined scenario option that modifies the values of one or more model inputs such as paramater and set values.
Properties |
|
| _id |
_id:
|
Type : string
|
|
Theme identifier string |
| info |
info:
|
Type : ThemeInfo[]
|
|
Multi-language information object |
| isSelected |
isSelected:
|
Type : boolean
|
| Optional |
|
Flag if the theme has been selected or not |
| modelID |
modelID:
|
Type : string
|
|
Linked model identifier |
| order |
order:
|
Type : number
|
| Optional |
|
Order of appearance on the ui |
| parameters |
parameters:
|
Type : RelatedParameter[]
|
| Optional |
|
list of model paramers affected by the theme |
| sets |
sets:
|
Type : RelatedSet[]
|
| Optional |
|
List of related sets affected by the theme |
| sourceLink |
sourceLink:
|
Type : string
|
| Optional |
|
Link to a source |
| thumbnail |
thumbnail:
|
Type : string
|
| Optional |
|
Thumbnail image for the theme (ui) |