interface GridColumnHeaderMenuProps {
    columnMenuButtonId?: string;
    columnMenuId?: string;
    ContentComponent: JSXElementConstructor<any>;
    contentComponentProps?: any;
    field: string;
    onExited?: ((node: HTMLElement) => void);
    open: boolean;
    target: null | HTMLElement;
}

Properties

columnMenuButtonId?: string
columnMenuId?: string
ContentComponent: JSXElementConstructor<any>
contentComponentProps?: any
field: string
onExited?: ((node: HTMLElement) => void)
open: boolean
target: null | HTMLElement