textual.app
Here you will find the App class, which is the base class for Textual apps.
See app basics for how to build Textual apps.
AutopilotCallbackType
module-attribute
¶
Signature for valid callbacks that can be used to control apps.
CommandCallback
module-attribute
¶
Signature for callbacks used in get_system_commands
RenderResult
module-attribute
¶
Result of Widget.render()
ScreenType
module-attribute
¶
Type var for a Screen, used in get_screen.
App
¶
App(
driver_class=None,
css_path=None,
watch_css=False,
ansi_color=False,
)