packages/base/src/lib/ux-models/ux-error-feedback.model.ts
Properties |
|
constructor(err: UxErrorOutput, id?: string, groupId?: string, accumulate?: boolean)
|
|||||||||||||||
|
Parameters :
|
| Public Optional accumulate |
Type : boolean
|
| Public err |
Type : UxErrorOutput
|
| Public Optional groupId |
Type : string
|
| Public Optional id |
Type : string
|