Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/generators/diagrams/sequence-diagram.generator.ts
Represents a message/interaction in the sequence
Properties
| Property | Type |
|---|---|
from | string |
to | string |
label | string |
type | `'sync' |
note | string |
activates | boolean |
deactivates | boolean |
Was this page helpful?