Link
Definition
function Link(url: String, child: HTMLElement, ...variables: any)Input
url: the url to transition the page to with reload ( SSR )child: the reference to a valid bolt app, a bolt functional component or a valid bold variable componentvariables: the list of generic variables that to be passed to the route ( client-side transtion )
Last updated