# WinAttrsOperationType

## Content

# Enumeration: WinAttrsOperationType

Defines the operation to perform for [ActionLaunchWinAttrs](../classes/ActionLaunchWinAttrs).

## Enumeration Members

### Open

```ts
Open: 0;
```

Open a document.

***

### Print

```ts
Print: 1;
```

Print a document.
