From fca19a01f8a84f37f21161bcd27b741f45fcf8f6 Mon Sep 17 00:00:00 2001 From: SpookyDervish Date: Thu, 30 Oct 2025 17:58:59 +1100 Subject: [PATCH] Update berry.ui --- berry.ui.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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?)