projects/m2-core/src/lib/model/config/params/SystemParameterValue.ts
Properties |
|
Methods |
|
| Optional groupName |
Type : string
|
| Optional isMultiple |
Type : boolean
|
| Optional moduleId |
Type : string
|
| paramName |
Type : string
|
| Optional paramValue |
Type : string
|
| Optional valueType |
Type : AttributeType
|
| Static formatParamValues | ||||||
formatParamValues(paramValues: ParamValue | ParamValue[])
|
||||||
|
Parameters :
Returns :
string
|
| Static parseParamValue | ||||||
parseParamValue(param: SystemParameterValue)
|
||||||
|
Parameters :
Returns :
ParamValue | []
|