📄
BoltUI Docs (Preview)
  • Getting Started
    • Introduction
    • Installing Bolt
    • Hello World
  • Understanding Bolt
    • Creating UI
    • Components
    • Properties & Events
    • Styles
    • Custom Components
    • Reactivity
    • Component Lifecycle
    • Routing
  • API Reference
    • index
      • State
      • Component
      • render
      • attribute
      • event
      • onLoad
      • onRemove
      • id
      • Class
      • When
    • components
      • Link
      • AppLink
      • GenericElement
    • events
      • onGenericEvent
    • boltrouter
      • Router
      • AppRouter
      • Url
      • Navigate
      • AppNavigator
  • Future
    • Server Side Rendering
    • Multi-Platform
Powered by GitBook
On this page
  • Definition
  • Input
  1. API Reference
  2. components

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 )

PreviousLinkNextGenericElement

Last updated 2 years ago