Skip to content

Interface AlertParams

Source: alert.tsx

Properties

iconUrl?

optional iconUrl: string

The URL of the icon of the alert


single?

optional single: boolean


size?

optional size: Vector2

The size of the alert modal

Default

tsx
new Vector2(300, 150)

text

text: string

The body of the alert


title

title: string

The title of the alert

Default

tsx
"Alert"

Built by Prozilla