ReactMenuItemFrameworkComponent
React component for custom Column / Context menu rows (AG Grid menuItem). Unlike ReactFrameworkComponent, receives name and menuItemParams, not only adaptableApi.
TypeScript
export type ReactMenuItemFrameworkComponent<TMenuContext = unknown> = ComponentType<AdaptableReactMenuItemProps<TMenuContext>>;