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