Module biodivine_sketchbook::app

source ·
Expand description

General functionality for session management, windows, event stack, tab management, and more.

Modules§

Structs§

  • Serves as a global “application context” through which we can emit events or modify the application state.
  • AeonError is an implementation of Error which is intended as a general “runtime error” in the AEON application.

Constants§

  • Label for frontend events that are changing the app state.
  • Label for backend-only events for simple “request-answer” messaging between different sessions to exchange predefined values.
  • Label for frontend events that are requesting a value retransmission.
  • Label for backend events that are notifying about a state change.
  • ID of the default initial editor session.
  • ID of the initial window of the default editor session.

Type Aliases§