sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Interface ContextMenuProps

Props of the 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?: MenuPosition | null

Context menu position

Last Updated: