[]
        
(Showing Draft Content)

JsCancelEventArgs

Type Alias: JsCancelEventArgs

type 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.