Breeze.Term (Breeze v0.4.0)

Copy Markdown View Source

Opaque runtime context passed to Breeze view callbacks.

Views receive this value in mount/2, handle_event/3, and handle_info/2. Treat its internal fields as implementation details and update it through helpers from Breeze.View, such as assign/2, focus/2, and put_local_keybindings/2.

Summary

Types

t()

Opaque state passed between Breeze view callbacks.

Types

t()

@opaque t()

Opaque state passed between Breeze view callbacks.