1
0
Fork 0
forked from wry/wry
wry/wire/ext_foreign_toplevel_handle_v1.txt
2024-02-14 21:13:41 +01:00

24 lines
197 B
Text

# requests
msg destroy = 0 {
}
# events
msg closed = 0 {
}
msg done = 1 {
}
msg title = 2 {
title: str,
}
msg app_id = 3 {
app_id: str,
}
msg identifier = 4 {
identifier: str,
}