# SequenceMessage

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/generators/diagrams/sequence-diagram.generator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/generators/diagrams/sequence-diagram.generator.ts#L35)

Represents a message/interaction in the sequence

## Properties

| Property | Type |
|---|---|
| `from` | `string` |
| `to` | `string` |
| `label` | `string` |
| `type` | `'sync' | 'async' | 'return'` |
| `note` | `string` |
| `activates` | `boolean` |
| `deactivates` | `boolean` |
