Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@radix-ui/react-toast.ts>ToastViewportProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface ToastViewportProps
implements PrimitiveOrderedListProps
import { type ToastViewportProps } from "https://deno.land/x/netzo@0.4.78/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.