Function insertTemplate

Insert template content next to or inside an element

0.11.0

  • Type Parameters

    Parameters

    • template: HTMLTemplateElement

      template element to clone or import from

    • s: SignalLike<boolean>

      insert if SignalLike evalutes to true, otherwise ignore

    • where: InsertPosition = 'beforeend'

      position to insert the template relative to the target element ('beforebegin', 'afterbegin', 'beforeend', 'afterend')

    Returns (host: UIElement<S>, target: Element, index: number) => void