Type alias JimpexPathOptions

JimpexPathOptions: {
    appPath?: string;
    useParentPath: boolean;
}

The options to configure the application executable path.

Type declaration

  • Optional appPath?: string

    A "hardcoded" path to the application executable file.

    Default

    ''
    
  • useParentPath: boolean

    If true, it will try to figure out the parent file path, and use its directory as the path.

    Default

    true
    

Generated using TypeDoc