Modules§
- component
- prelude
- raui
- resource
- system
- ui_
theme_ asset_ protocol - widget
- Widget types and the core component collection
Macros§
- unpack_
named_ slots - A helper for getting the named children out of a widget context
- widget
- Create a
WidgetNode
struct from a custom widget tree DSL
Traits§
- Feed
Process Context - Message
Data - Prefab
- The
Prefab
trait is implemented for types that are able to translate to and fromPrefabValue
’s - Props
Data
Functions§
Attribute Macros§
- post_
hooks - Allows you to execute re-usable logic after your component body
- pre_
hooks - An attribute macro that allows you to add hooks that will execute before your component body
Derive Macros§
- Message
Data - Derive macro for the [
MessageData
][raui_core::messenger::MessageData] trait - Props
Data - Derive macro for the [
PropsData
][raui_core::props::PropsData] trait