diff options
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
