This commit is contained in:
nik
2025-10-03 22:27:28 +03:00
parent 829fad0e17
commit 871cf7e792
16520 changed files with 2967597 additions and 3 deletions

9
node_modules/@zenuml/core/docs/starter.md generated vendored Normal file
View File

@@ -0,0 +1,9 @@
There are two ways for the context to get declared Starter:
1. @Starter(X)
2. X->A:m or X->A.m
As long as the starter's name is not \_STARTER\_, it is treated as declared.
Then we check whether the Starter is a declared participant by its `explicit`
field.