# JsCancelEventArgs

## Content

# Type Alias: JsCancelEventArgs

```ts
type JsCancelEventArgs = object;
```

Cancelable JS event arguments.

## Properties

### cancel?

```ts
optional cancel: boolean;
```

Indicates whether the event should be canceled.

***

### jsCode

```ts
jsCode: string;
```

JS code which is executed.
