Current section

Files

Jump to
wisp_inertia include internal@props_PageObject.hrl
Raw

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())
}).