Module component

Module component 

Source

Modules§

button
domain_line
domain_point
flexbox
gridbox
image
line
listbox
mouse_area
paragraph
region
scroll_area
shape
text
textbox
window

Structs§

Root
RootState
StateMachine

Traits§

Component
The trait representing an arbitrary UI component. The Props associated type must be used to expose the concrete property type that was used to instantiate the component. This is expect to be different, so it is assumed that almost all components are generic over the property type, so long as the property type satisfies the requirements of the chosen layout.
ComponentWrap
StateMachineWrapper

Type Aliases§

ChildOf