Interface OperationPluginView
Methods
addEventListener
- addEventListener(type: string, callback: function, useCapture?: boolean): void
-
Parameters
-
type: string
-
callback: function
-
Optional useCapture: boolean
Returns void
removeEventListener
- removeEventListener(type: string, callback: function, useCapture?: boolean): void
-
Parameters
-
type: string
-
callback: function
-
Optional useCapture: boolean
Returns void