projects/m2-core/src/lib/core/service/meta/requests/property/EditLinkAttrDeclarationRequest.ts
Properties |
|
constructor(declarationId: number, valueType?: EditLinkDeclarationAttributeType, newStringValue?: string, newBoolValue?: boolean)
|
|||||||||||||||
|
Parameters :
|
| Public declarationId |
Type : number
|
| Public newBoolValue |
Type : boolean
|
| Public newStringValue |
Type : string
|
| Public valueType |
Type : EditLinkDeclarationAttributeType
|