Constructor
Resolve a uniform resource identifier (web link).
Parameters:
Name | Type | Description |
---|---|---|
args |
object | An object with the |
Example
const action = new PSPDFKit.Actions.URIAction({ uri: "https://pspdfkit.com" });
Extends
Members
Members
Actions can be chained by adding them to this immutable List.
Type:
- PSPDFKit.Immutable.List.<Action>
- Inherited From:
The uniform resource identifier (web link) that should be resolved when triggering this action.
Type:
- string