# Functions
GetBoosted indicates that the request is via an element using hx-boost.
GetCurrentURL is the current URL of the browser.
GetHistoryRestoreRequest returns true if the request is for history restoration after a miss in the local history cache.
GetPrompt is the user response to an hx-prompt.
GetRequest indicates that it is a HTMX request.
GetTarget is the id of the target element if it exists.
GetTrigger is the id of the triggered element if it exists.
GetTriggerName is the name of the triggered element if it exists.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetLocation allows you to do a client-side redirect that does not do a full page reload.
SetPushURL pushes a new url into the history stack.
SetRedirect used to do a client-side redirect to a new location.
SetRefresh will do a client-side full refresh of the page.
SetReplaceURL replaces the current URL in the location bar.
SetReselect is a CSS selector that allows you to choose which part of the response is used to be swapped in.
SetReswap allows you to specify how the response will be swapped.
SetRetarget is a CSS selector that updates the target of the content update to a different element on the page.
SetTrigger events as soon as the response is received.
SetTriggerAfterSettle events after the settling step.
SetTriggerAfterSwap events after the swap step.
# Type aliases
No description provided by the author