| visible |
boolean |
false |
N |
Whether to show the dialog. |
| title |
string |
Current language dialog.title |
N |
Title. |
| titleAlign |
'left'\|'center'\|'right' |
'center' |
N |
Title alignment. |
| content |
string |
Current language dialog.content |
N |
Content. |
| popup |
Popup |
{} |
N |
Popup parameters. |
| showIcon |
boolean |
false |
N |
Whether to show icon. |
| icon |
Icon |
{} |
N |
Icon parameters. |
| btnStyle |
'button'\|'text'\|'textLine' |
'button' |
N |
Button style. |
| primaryText |
string |
Current language dialog.primaryText |
N |
Primary button text. |
| primaryButton |
Button |
{} |
N |
Primary button parameters. |
| secondaryText |
string |
Current language dialog.secondaryText |
N |
Secondary button text. |
| secondaryButton |
Button |
{} |
N |
Secondary button parameters. |
| btnRatio |
[number,number] |
[1, 1] |
N |
Size ratio of primary and secondary buttons. |
| btnReverse |
boolean |
false |
N |
Whether to reverse button positions. |
| secondaryClose |
boolean |
true |
N |
Whether secondary button closes dialog. |
| btnGap |
'0'\|'1'\|'2'\|'4'\|'8'\|'12'\|'16' |
'2' |
N |
Gap between buttons. |