Current section
Files
Jump to
Current section
Files
include/internal@props_PageObject.hrl
-record(page_object, {
component :: binary(),
url :: binary(),
props :: list(internal@props:page_prop()),
errors :: list(internal@props:page_prop()),
defers :: list(internal@props:page_prop()),
shared :: list(internal@props:page_prop()),
version :: binary(),
clear_history :: gleam@option:option(boolean())
}).