Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@component@template_compiler_CompiledTemplate.hrl

-record(compiled_template, {
name :: binary(),
attrs :: list({binary(),
lightspeed@component@template_compiler:attr_value()}),
slots :: list({binary(), lightspeed@component:rendered()}),
assigns :: any(),
slot_assigns :: any(),
rendered :: lightspeed@component:rendered(),
signature :: binary()
}).