Skip to main content

Event

Derive Macro Event 

Source
#[derive(Event)]
{
    // Attributes available to this derive:
    #[tyzen]
    #[event]
}
Expand description

Derives the TsEvent trait for a struct.

This allows the struct to be used with the emit utility on the frontend.