# Model3DDeactivationCondition

## Content

# Variable: Model3DDeactivationCondition

```ts
const Model3DDeactivationCondition: object;
```

Specifies the deactivation conditions of a 3D annotation.

## Type Declaration

### PageBecomesInvisible

```ts
readonly PageBecomesInvisible: "PI";
```

The annotation is activated as soon as any part of the page that
contains the annotation becomes visible.

### PageLosesFocus

```ts
readonly PageLosesFocus: "PC";
```

The annotation is activated as soon as the page that
contains the annotation receives focus as the current page.

### UserAction

```ts
readonly UserAction: "XD";
```

The annotation is explicitly activated by a user action or script..
