Skip to main content

Module view

Module view 

Source
Expand description

Read-only view and selector pattern.

During widget conversion, the framework provides a scoped View that gives read-only access to the current GlobalState, theme, i18n registry, layout snapshot, and motion values. Widgets use this to decide what to render without side effects.

Structs§

ComputedView
A computed read-only value produced from a generated state view.
ValueView
A read-only generated view over a value.
View
Read-only access to application state and environment during widget building.

Traits§

FissionViewField
Maps a state field type to the view returned by generated view accessors.
Selector
A selector that derives a value from a ViewHandle.