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

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

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

Properties

optional
children: React.ReactNode
optional
open: boolean
optional
defaultOpen: boolean

Methods

optional
onOpenChange(open: boolean): void