Constructor
Launch a file.
Parameters:
Name | Type | Description |
---|---|---|
args |
object |
Example
const action = new PSPDFKit.Actions.LaunchAction({ filePath: "./some/file.mp4" });
Extends
Members
Members
The file path to launch.
Type:
- string
Actions can be chained by adding them to this immutable List.
Type:
- PSPDFKit.Immutable.List.<Action>
- Inherited From: