# Interface ContextMenuProps

Props for ContextMenu component.

# Properties

# Widget

# children

children?: ReactNode

React nodes to be rendered at the bottom of the context menu


# closeContextMenu

closeContextMenu: () => void

Callback function that is evaluated when the context menu is closed

# Returns

void


# itemSections

itemSections?: MenuItemSection[]

Menu item sections


# position

position?: null | MenuPosition

Context menu position