Components
CmRootProps
The properties for the root component of a context menu (CM).
Properties
- Name
containerClass
- Type
- string
- Description
The CSS class to apply to the context menu container.
- Name
expandIcon
- Type
- () => ReactNode
- Description
A function that returns the icon to display for expandable items in the context menu.
- Name
itemClass
- Type
- string
- Description
The CSS class to apply to individual items within the context menu.
- Name
parentClass
- Type
- string
- Description
The CSS class to apply to the parent item of the context menu.