Current section
Files
Jump to
Current section
Files
include/internal@props_RenderContext.hrl
-record(render_context, {
req :: gleam@http@request:request(wisp@internal:connection()),
component :: binary(),
version :: binary(),
first_load :: boolean(),
reset :: list(binary()),
partials :: list(binary()),
excepts :: list(binary())
}).