projects/m2-core/src/lib/model/config/params/Parameter.ts
Properties |
|
| categoryName |
categoryName:
|
Type : string
|
| Optional |
| entityType |
entityType:
|
Type : string
|
| Optional |
| isInternal |
isInternal:
|
Type : boolean
|
| Optional |
| isMultiple |
isMultiple:
|
Type : boolean
|
| Optional |
| isPublic |
isPublic:
|
Type : boolean
|
| Optional |
| paramDisplayName |
paramDisplayName:
|
Type : string
|
| Optional |
| paramName |
paramName:
|
Type : string
|
| paramValue |
paramValue:
|
Type : string
|
| Optional |
| rolesAllowed |
rolesAllowed:
|
Type : string
|
| Optional |
| sortOrder |
sortOrder:
|
Type : number
|
| Optional |
| valueType |
valueType:
|
Type : AttributeType
|
| Optional |