vizia

Module context

Source
Expand description

Context types for retained state, used during view building, event handling, and drawing.

Structs§

Enums§

  • Errors that might occur when emitting an event via a ContextProxy.

Constants§

  • The ‘current’ entity which is used for storing lens map mapping functions as per above.
  • Store of mapping functions used for lens maps.
  • ID manager for lens map functions.

Traits§

  • A trait for any Context-like object that lets you access stored model data.
  • A trait for any Context-like object that lets you emit events.
  • Trait for querying properties of the tree from a context.