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