Menu Item that is provided by AG Grid

TypeScript
export interface

Properties

PropertyDescription
menuTypeType of Menu - always 'AgGrid'
nameName of the Menu Type

Property Details

Type of Menu - always 'AgGrid'

TypeScript
menuType: 'AgGrid';
Property Value

'AgGrid'

name

Name of the Menu Type

TypeScript
name: MENU_TYPE;
Property Value

MENU_TYPE