Skip to content

Load

The Load event is sent to the app prior to switching the terminal to application mode.

The load event is typically used to do any setup actions required by the app that don't change the display.

  • Bubbles
  • Verbose

Attributes

No additional attributes

Code

textual.events.Load class

Bases: Event

Sent when the App is running but before the terminal is in application mode.

Use this event to run any set up that doesn't require any visuals such as loading configuration and binding keys.

  • Bubbles
  • Verbose