Options
All
  • Public
  • Public/Protected
  • All
Menu

External module @corpuscule/lit-html-renderer

This module provides tools to render the element content via the lit-html library.

Index

Functions

Functions

renderRegular

  • renderRegular(result: TemplateResult, root: Element | DocumentFragment, context: unknown): void
  • A function that runs the regular lit-html render function for the component's root with the specific result of the render function.

    Parameters

    • result: TemplateResult
    • root: Element | DocumentFragment
    • context: unknown

    Returns void

Generated using TypeDoc