[]
type ActionLaunchProperties = object;
Represents an action that launches an application or opens a document.
optional file?:
| FileSpecificationProperties
| FileSpecification
| string;
The file to launch or open.
optional newWindow?: boolean;
Indicates whether to open the destination document in a new window.