exposed lifeline-style in _evt
All checks were successful
CI / tests (push) Successful in 26s

fixes #22
This commit is contained in:
2026-01-21 13:48:03 +01:00
parent 771bfdc0ea
commit 53adb58525
5 changed files with 39 additions and 3 deletions

View File

@@ -42,13 +42,13 @@
),)
}
#let _evt(participant, event) = {
#let _evt(participant, event, lifeline-style: auto) = {
return ((
type: "evt",
draw: evt-render,
participant: participant,
event: event,
lifeline-style: auto
lifeline-style: lifeline-style
),)
}