---
title: components
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/portmessage/components
---

# components

Returns the data components of the receiver.

## Declaration

```swift
var components: [Any]? { get }
```

## Return Value

Return Value The data components of the receiver. See PortMessage for more information.
