# Model3DPresentationStyle

## Content

# Variable: Model3DPresentationStyle

```ts
const Model3DPresentationStyle: object;
```

Specifies the presentation styles of a 3D annotation.

## Type Declaration

### Embedded

```ts
readonly Embedded: "Embedded";
```

The content of a 3D annotation> should be played inside the viewer.

### Windowed

```ts
readonly Windowed: "Windowed";
```

The content of a 3D annotation> should be played in a separate window.
