Interface for a class UmlSequenceMessage
string
Defines the text content or label displayed for the message in the sequence diagram. This typically represents a operation name, or descriptive response.
string
| number
The ID of the participant that sends the message.
This should match the id
of a participant defined in the model.
string
| number
A unique identifier for the message.
string
| number
The ID of the participant that receives the message.
This should match the id
of a participant defined in the model.
Specifies the type of the message, such as synchronous, asynchronous, reply, etc. Determines how the message line is styled and interpreted in the diagram.