summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-02 20:06:07 -0600
committerJeff Carr <[email protected]>2025-03-02 20:06:07 -0600
commita7cc6fa5d3181c5c34f399ffc99bb92784f5113a (patch)
treeac632a0d2e208ff9ac633ded4961627da6bae3d6
parent59f97be98cb663c60573a3c5cce4871ae85f3836 (diff)
stub in widgetpb
-rw-r--r--action.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.go b/action.go
index a2cdee8..e6311f9 100644
--- a/action.go
+++ b/action.go
@@ -44,6 +44,7 @@ type Action struct {
Expand bool
TablePB []byte // a table protobuf
+ WidgetPB []byte // a tree of widgets
}
type ActionType int // Add, SetText, Click, Hide, Append, Delete, etc