schema-components - v3.7.0
    Preparing search index...

    Module lit/types

    Lit / Web Components adapter — render-function and resolver contracts.

    Mirrors the shape of ComponentResolver (React) and HtmlResolver (HTML-string) defined in core/renderer.ts, but specialised over Lit's TemplateResult. The contract is intentionally parallel so a new schema field variant added to the walker surfaces in every renderer surface (React, HTML, Lit) as a missing-key compile error in the matching resolver type.

    Interfaces

    LitRenderProps
    LitComponentResolver

    Type Aliases

    LitRenderFunction