Skip to content

Commit 28bcaeb

Browse files
committed
Add new window graphics to puml doc
1 parent 69f4ebe commit 28bcaeb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/js-interface.puml

+16
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,19 @@ note left
1919
end note
2020
@enduml
2121

22+
@startuml
23+
header New window
24+
actor User
25+
control JVM
26+
control Activity
27+
control JS0
28+
control JS1
29+
User -> JVM: Click NW button
30+
JVM -> JS0: setToolbarOffset(80)
31+
JVM -> JS1: Show()
32+
JVM -> JS0: registerVersePositions()
33+
JS0 -> JVM: registerVersePosition...
34+
JVM -> JS0: scrollToVerse(9, false)
35+
@enduml
36+
37+

0 commit comments

Comments
 (0)