# ActionLaunchProperties

## Content

# Type Alias: ActionLaunchProperties

```ts
type ActionLaunchProperties = object;
```

Represents an action that launches an application or opens a document.

## See

[ActionLaunch](../classes/ActionLaunch)

## Properties

### file?

```ts
optional file?: 
  | FileSpecificationProperties
  | FileSpecification
  | string;
```

The file to launch or open.

#### See

 - [FileSpecification](../classes/FileSpecification)
 - [FileSpecificationProperties](FileSpecificationProperties)

***

### newWindow?

```ts
optional newWindow?: boolean;
```

Indicates whether to open the destination document in a new window.
