# StreamData

**Kind**: interface | **Module**: [Interop](https://docs.interop.io/desktop/reference/javascript/interop/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/interop/streamdata/index.html

Stream data received by the subscriber.

## Properties

- **`data`** (`any`, required)
  Data from the stream.
- **`message`** (`string`, optional)
  Message from the publisher of the stream.
- **`private`** (`boolean`, required)
  If `true`, the data was sent to this application only.
- **`requestArguments`** (`any`, optional)
  Arguments used when the subscription was made.
- **`server`** (`Instance`, required)
  Instance of the application publishing the stream.

## Related types

- [Instance](https://docs.interop.io/desktop/reference/javascript/interop/instance/index.md)
