Gets the raw event data as generated by the underlying web browser during a user interaction.
Object.defineProperty(SheetEditorInteractiveEventArgs.prototype, 'originalEvent',
get: function()
)
The native event object associated with the user interaction.
This property provides access to the information beyond the standardized properties of the SheetEditorInteractiveEventArgs.
SheetEditorInteractiveEventArgs Class