Skip to content

Interface AlertParams

Source: alert.tsx

Properties

title?

optional title?: string

The title of the alert.

Default

tsx
"Alert"

text

text: string

The body of the alert.


iconUrl?

optional iconUrl?: string

The URL of the icon of the alert.


size?

optional size?: Vector2

The size of the alert modal.

Default

tsx
new Vector2(300, 150)

single?

optional single?: boolean

Built by Prozilla