[]
        
(Showing Draft Content)

JsCancelEventArgs

Type Alias: JsCancelEventArgs

JsCancelEventArgs: object

Cancelable JS event arguments.

Type declaration

cancel?

optional cancel: boolean

Indicates whether the event should be canceled.

jsCode

jsCode: string

JS code which is executed.