Skip to main content

Module ui

Module ui 

Source
Expand description

Rust-owned projection of language controls into portable semantic UI.

Hosts never interpret component fields or invent callback names. They display UiDocument and return UiEvent; Rust resolves the checked function value. A live document revision identifies the loaded source, not the simulation tick: stepping cannot invalidate a click, but replacing a program always does. Inputs are checked against the current node and bounds before the callback is invoked.

Functions§

document
Projects current language controls without executing callbacks or opening host resources.