diff --git a/berry.ui.md b/berry.ui.md index 5c85ea5..851aa91 100644 --- a/berry.ui.md +++ b/berry.ui.md @@ -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?)