Type Alias LaunchOptions

LaunchOptions: {
    isFromNotification: boolean;
    isOpeningFile: boolean;
    isPerformingService: boolean;
    isPrintingFile: boolean;
    sourceApplication?: string;
    sourceFile?: string;
    sourceURL?: string;
}

Type declaration

  • isFromNotification: boolean
  • isOpeningFile: boolean
  • isPerformingService: boolean
  • isPrintingFile: boolean
  • OptionalsourceApplication?: string
  • OptionalsourceFile?: string
  • OptionalsourceURL?: string