Update berry.ui
@@ -1,5 +1,13 @@
|
||||
Documentation for interfacing with the different UI functions.
|
||||
|
||||
# Attributes
|
||||
## app
|
||||
```lua
|
||||
berry.app
|
||||
```
|
||||
A variable that lets you interface with the Textual app from Lua. It has all the Python functions available.
|
||||
|
||||
# Methods
|
||||
## notify
|
||||
```lua
|
||||
berry.ui.notify(message, title?, severity?, timeout?)
|
||||
|
||||
Reference in New Issue
Block a user