Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/@radix-ui/react-context-menu.ts>ContextMenuProps

Deno-powered framework for building business web apps
Go to Latest
interface ContextMenuProps
import { type ContextMenuProps } from "https://deno.land/x/netzo@0.3.91/deps/@radix-ui/react-context-menu.ts";

Properties

optional
children: React.ReactNode
optional
dir: Direction
optional
modal: boolean

Methods

optional
onOpenChange(open: boolean): void