Where to display the linked URL, as the name for a browsing context.
trailingSlash?: "append" | "remove"
An option to either add or remove trailing slashes in the href for this specific link.
Overrides the global trailingSlash option if provided.
progress
true
boolean
type
"foreground" | "background"
Control the sensitivity of the toast for accessibility purposes.For toasts that are the result of a user action, choose foreground. Toasts generated from background tasks should use background.
defaultOpen
boolean
The open state of the dialog when it is initially rendered. Use when you do not need to control its open state.
open
boolean
The controlled open state of the dialog. Can be bind as v-model:open.
duration
number
Time in milliseconds that toast should remain visible for. Overrides value
given to ToastProvider.