Type '{ location: any; } | { location: any; kind: "cell"; bounds: Rectangle; isFillHandle: boolean; shiftKey: boolean; ctrlKey: boolean; metaKey: boolean; isTouch: boolean; isLongTouch?: boolean | undefined; ... 6 more ...; localEventY: number; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'GridMouseEventArgs | undefined'.