Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@component@stateful_MountContext.hrl

-record(mount_context, {
id :: binary(),
route :: binary(),
lifecycle :: lightspeed@component@stateful:lifecycle()
}).