# ActionURIProperties

## Content

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

***

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

# Type Alias: ActionURIProperties

> **ActionURIProperties** = `object`

Represents an action that causes navigation to a specified URI.

## See

[ActionURI](../classes/ActionURI)

## Properties

### isMap?

> `optional` **isMap**: `boolean`

Indicates whether to track the mouse position when the URI is resolved.

This property applies only to actions triggered by the user's clicking an annotation;
it is ignored for actions associated with [OutlineNode](../classes/OutlineNode) or with a [PdfDocument#openAction](../classes/PdfDocument#openaction)
property.

***

### uri

> **uri**: `string`

The URI to navigate.
