Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@component@stateful_Instance.hrl
Raw

include/lightspeed@component@stateful_Instance.hrl

-record(instance, {
definition :: lightspeed@component@stateful:lifecycle_component(any(), any(), any()),
model :: any(),
assigns :: any(),
context :: lightspeed@component@stateful:mount_context(),
target :: binary(),
rendered :: lightspeed@component:rendered()
}).