Milano Node
class MilanoNode
What a renderer receives: the node's resolved values, its materialized children, and the emission surface.
Properties
Functions
Link copied to clipboard
Emits a declared event into dispatch; invalid emissions are dropped and reported per Foundations.
Link copied to clipboard
The resolved value of a declared property. Because the gate type-checked everything, reading with the declared type's accessor always succeeds; an absent optional is Null.
Link copied to clipboard
Reports a widget interaction to the engine's user-interaction stream, for signals the document does not model as events (focus, visibility, selection). Never touches dispatch or state; a no-op when the engine carries no user-interaction observer.