summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 20:11:32 -0600
committerJeff Carr <[email protected]>2025-02-13 20:11:32 -0600
commit59f97be98cb663c60573a3c5cce4871ae85f3836 (patch)
tree917086de0a8a909c579b1ab3892c44d0e7968ea5 /action.go
parentd4b7cd32d47ab0307c650f711f784575ad0d8e2d (diff)
subbed in tablesv1.1.29
Diffstat (limited to 'action.go')
-rw-r--r--action.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/action.go b/action.go
index 84a71b0..a2cdee8 100644
--- a/action.go
+++ b/action.go
@@ -42,6 +42,8 @@ type Action struct {
// Make widgets fill up the space available
Expand bool
+
+ TablePB []byte // a table protobuf
}
type ActionType int // Add, SetText, Click, Hide, Append, Delete, etc