# ActionGoToRProperties

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / ActionGoToRProperties

# Type Alias: ActionGoToRProperties

> **ActionGoToRProperties** = `object`

Represents a go-to remote action similar to [ActionGoTo](../classes/ActionGoTo),
but jumps to a destination in another PDF file instead of the current file.

## See

[ActionGoToR](../classes/ActionGoToR)

## Properties

### dest?

> `optional` **dest**: [`DestinationProperties`](DestinationProperties)

The destination object defining the new document view.

***

### file?

> `optional` **file**: [`FileSpecificationProperties`](FileSpecificationProperties) \| [`FileSpecification`](../classes/FileSpecification) \| `string`

The value defining the another file.

#### See

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

***

### newWindow?

> `optional` **newWindow**: `boolean`

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