summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'action.go')
-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