Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface ToastViewportProps
implements PrimitiveOrderedListProps
import { type ToastViewportProps } from "https://deno.land/x/netzo@0.3.66/deps/@radix-ui/react-toast.ts";

Properties

optional
hotkey: string[]

The keys to use as the keyboard shortcut that will move focus to the toast viewport.

optional
label: string

An author-localized label for the toast viewport to provide context for screen reader users when navigating page landmarks. The available {hotkey} placeholder will be replaced for you.