Interface AlertParams
Source: alert.tsx
Properties
title
title:
string
The title of the alert.
Default
tsx
"Alert"text
text:
string
The body of the alert.
iconUrl?
optionaliconUrl:string
The URL of the icon of the alert.
size?
optionalsize:Vector2
The size of the alert modal.
Default
tsx
new Vector2(300, 150)single?
optionalsingle:boolean