---
title: arguments
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsworkspace/launchconfigurationkey/arguments
---

# arguments

The value is an NSArray of NSStrings, passed to the new app in the argv parameter.  Ignored if a new instance of the app is not launched. This constant is not available to sandboxed apps.

## Declaration

```swift
static let arguments: NSWorkspace.LaunchConfigurationKey
```

## See Also

### Type Properties

- [appleEvent](appkit/nsworkspace/launchconfigurationkey/appleevent.md)
- [architecture](appkit/nsworkspace/launchconfigurationkey/architecture.md)
- [environment](appkit/nsworkspace/launchconfigurationkey/environment.md)
