API Reference live_message v0.1.7
Modules
Used to create IDs for LiveViews and LiveComponents that can be used as a target for send_info/2
and send_info_after/3
A struct representing the ID of a LiveComponent that can be used as a target for send_info/2
and send_info_after/3
A struct representing the ID of a LiveView that can be used as a target for send_info/2
and send_info_after/3
When a LiveComponent has use LiveMessage.LiveComponent
it will have a @me
assign that can be used as a target for send_info/2
and send_info_after/3
When a LiveView has use LiveMessage.LiveView
it will have a @me
assign that can be used as a target for send_info/2
and send_info_after/3
The send_info/2
and send_info_after/3
functions that are imported into all LiveViews and LiveComponents