[]
        
(Showing Draft Content)

ActionLaunchProperties

Type Alias: ActionLaunchProperties

type ActionLaunchProperties = object;

Represents an action that launches an application or opens a document.

See

ActionLaunch

Properties

file?

optional file?: 
  | FileSpecificationProperties
  | FileSpecification
  | string;

The file to launch or open.

See


newWindow?

optional newWindow?: boolean;

Indicates whether to open the destination document in a new window.