src/app/component/dialog/confirm/confirm.component.ts
| selector | stbui-dialog-confirm |
| styleUrls | ./confirm.component.scss |
| templateUrl | ./confirm.component.html |
Properties |
Methods |
constructor(dialogRef: MatDialogRef
|
||||||
|
Parameters :
|
| accept |
accept()
|
|
Returns :
void
|
| cancel |
cancel()
|
|
Returns :
void
|
| acceptButton |
Type : string
|
Default value : '确定'
|
| cancelButton |
Type : string
|
Default value : '取消'
|
| message |
Type : string
|
| title |
Type : string
|
./confirm.component.scss