La referencia de la API está disponible solo en inglés por ahora.

ContextMenuProps

interface
overlay/Popover.tsx:383

extends Omit<AnchoredSurfaceProps, "open">

Properties

NameTypeDescription
atnull | PointWhere the menu opens, in viewport coordinates, or null when it is closed.
childrenReactNode
className?string
container?null | HTMLElement
labelstringThe accessible name of the surface. Not rendered; these have no header to name them.
offset?numberGap between anchor and surface, in px.
onClose() => void
placement?PlacementPreferred side and alignment. Flipped only if that side does not fit.