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