Added visible field to lua widget.

This commit is contained in:
wpferguson 2021-05-11 14:59:30 -04:00
parent 22b903e9ad
commit 3a7b287355

View file

@ -50,6 +50,18 @@ Attributes:
* [write](../Attributes#write)
# lua_widget.visible
**Lua API 7.0.0**
`boolean or nil`
Hide or show widget. Default is show.
Attributes:
* [write](../Attributes#write)
# lua_widget.reset_callback
```