PDF action to launch a file. This action is not implemented yet.
It is an Immutable.Record and thus can be updated using set(key, value), for example: action.set("filePath", 2);.
set(key, value)
action.set("filePath", 2);
Create a new LaunchAction
const action = new NutrientViewer.Actions.LaunchAction({ filePath: "./some/file.mp4" }); Copy
const action = new NutrientViewer.Actions.LaunchAction({ filePath: "./some/file.mp4" });
Optional
The file path to launch.
Actions can be chained by adding them to this immutable List.
PDF action to launch a file. This action is not implemented yet.
It is an Immutable.Record and thus can be updated using
set(key, value), for example:action.set("filePath", 2);.Example
Create a new LaunchAction