[]
type JsCancelEventArgs = object;
Cancelable JS event arguments.
optional cancel: boolean;
Indicates whether the event should be canceled.
jsCode: string;
JS code which is executed.