게임 만들기

ToastOptions

Options for `showToast`.

ToastOptions

Options for showToast.

Properties

message

message: string

Text that should appear inside the toast.

duration?

duration?: number | undefined

Milliseconds before fading out (default 3s).

type?

type?: "info" | "success" | "error" | "warning" | undefined

Color scheme to use.