AppLink

Definition

function AppLink(url: String, child: HTMLElement, ...variables: any)

Input

  • url : the url to transition the page to without reload ( Client-Side )

  • child : the reference to a valid bolt app, a bolt functional component or a valid bold variable component

  • variables : the list of generic variables that to be passed to the route ( client-side transtion )

Last updated