MCPcopy Index your code
hub / github.com/reactive-python/reactpy / event_message

Function event_message

src/py/reactpy/tests/tooling/common.py:9–10  ·  view source on GitHub ↗
(target: str, *data: Any)

Source from the content-addressed store, hash-verified

7
8
9def event_message(target: str, *data: Any) -> LayoutEventMessage:
10 return {"type": "layout-event", "target": target, "data": data}
11
12
13def update_message(path: str, model: Any) -> LayoutUpdateMessage:

Calls

no outgoing calls