projects/m2-core/src/lib/model/system/SdiConfirmation.ts
Confirmation
Properties |
|
constructor(message: string, accept: Function, header, icon, acceptVisible, rejectVisible)
|
| Public accept |
Type : Function
|
| Public acceptVisible |
Type : boolean
|
| Public commentMandatoriness |
Default value : MandatorinessType.Optional
|
| Public commentMaxLength |
Default value : Number.MAX_SAFE_INTEGER
|
| Public header |
Type : string
|
| Public icon |
Type : string
|
| Public Optional initialComment |
Type : string
|
| Public message |
Type : string
|
| Public Optional options |
Type : Option<boolean>[]
|
| Public reject |
Type : Function
|
| Public rejectVisible |
Type : boolean
|
| Public richCommentEditor |
Default value : true
|