[]
type ActionGoToRProperties = object;
Represents a go-to remote action similar to ActionGoTo, but jumps to a destination in another PDF file instead of the current file.
optional dest?: DestinationProperties;
The destination object defining the new document view.
optional file?:
| FileSpecificationProperties
| FileSpecification
| string;
The value defining the another file.
optional newWindow?: boolean;
Indicates whether to open the destination document in a new window.