render

Definition

function render(id: String, app: HTMLElement)

Input

  • id : the id of the element inside which the app will be rendered

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

Last updated