Context menu state object containing position and product data.
Source
interfaceContextMenuState { /** X coordinate for menu positioning (in pixels from left edge) */ x:number; /** Y coordinate for menu positioning (in pixels from top edge) */ y:number; /** Product data associated with the context menu */ product:Product; }
Context menu state object containing position and product data.
Source