projects/m2-core/src/lib/core/service/user/requests/EditFavouriteElementRequest.ts
Properties |
constructor(id: number, operation: EditFavouriteElementAttrType, valueStr?: string, valueLng?: number, valueBool?: boolean)
|
||||||||||||||||||
|
Parameters :
|
| Public id |
Type : number
|
| Public operation |
Type : EditFavouriteElementAttrType
|
| Public valueBool |
Type : boolean
|
| Public valueLng |
Type : number
|
| Public valueStr |
Type : string
|