Interface for a class UmlSequenceFragment
UmlSequenceFragmentConditionModel[]
Defines the conditions and corresponding message/fragment references associated with this fragment. Each condition can represent a branch or case in the fragment (e.g., if-else, loop iteration).
conditions: [
{
content: 'Condition 1',
messageIds: ['MSG1', 'MSG2'],
fragmentIds: ['frag2']
}
]
string
| number
A unique identifier for the fragment.
Specifies the type of the fragment, such as ‘Alternative’, ‘Loop’, or ‘Optional’. Determines how the fragment is interpreted and rendered in the diagram.