UmlSequenceMessageModel
9 Jul 20261 minute to read
Interface for a class UmlSequenceMessage
Properties
content string
Defines the text content or label displayed for the message in the sequence diagram.
This typically represents a operation name, or descriptive response.
fromParticipantID string|number
The ID of the participant that sends the message.
This should match the id of a participant defined in the model.
id string|number
A unique identifier for the message.
toParticipantID string|number
The ID of the participant that receives the message.
This should match the id of a participant defined in the model.
type UmlSequenceMessageType
The semantic type of this message.
Determines the default line style and arrowhead unless overridden by
lineStyle, sourceArrow, or targetArrow.
| Type | Default line | Default target arrow |
|---|---|---|
| Synchronous | Solid | Arrow (>>) |
| Asynchronous | Solid | OpenArrow ()) |
| Reply | Dashed | Arrow (>>) |
| Create | Solid | OpenArrow ()) |
| Delete | Solid | Arrow (>>) |
| Self | Solid | Arrow (>>) |