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§
- Computed
View - A computed read-only value produced from a generated state view.
- Value
View - A read-only generated view over a value.
- View
- Read-only access to application state and environment during widget building.
Traits§
- Fission
View Field - Maps a state field type to the view returned by generated view accessors.
- Selector
- A selector that derives a value from a
ViewHandle.