UmlSequenceMessageModel
23 Sep 20251 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
Specifies the type of the message, such as synchronous, asynchronous, reply, etc.
Determines how the message line is styled and interpreted in the diagram.