Skip to content

Commit

Permalink
updted diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Oct 16, 2024
1 parent 329de1a commit 2d55432
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Binary file modified assets/controlled-proxy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions assets/controlled-proxy.pu
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@ left to right direction

actor " " as dev

circle "[control]" as controlInterface #LightBlue
note right of controlInterface
circle "[controlProp]]" as controlInterface #LightBlue
note top of controlInterface
{
foo: true,
bar: false,
baz: true
qux: false
}
end note
dev --> controlInterface: interacts\nat runtime
dev --> controlInterface: runtime

circle "[disabledMemberHandlerProp]]" as disabledInterface #LightBlue
note bottom of disabledInterface
default: () => undefined
end note
dev --> disabledInterface: runtime

circle "foo" as proxyFoo #LightGreen
note left of proxyFoo
Expand Down Expand Up @@ -52,6 +58,7 @@ end note
object "controlledProxy(target)" as proxy #LightBlue

controlInterface -- proxy
disabledInterface -- proxy
proxyFoo -- proxy
proxyBar -- proxy
proxyBaz -- proxy
Expand Down

0 comments on commit 2d55432

Please sign in to comment.