Class TsignalHTMLRender

this is the base model for this library which must be extended by all JSX renders.

Hierarchy (view full)

Constructors

Properties

ctx: Context
createEffect: any

Methods

  • creates an element out of its properties. functions similar to React.createElement

    Type Parameters

    • TAG extends keyof HTMLElementTagNameMap

    Parameters

    • tag: TAG
    • Optional props: any
    • Rest ...children: (string | Node)[]

    Returns HTMLElementTagNameMap[TAG]

Generated using TypeDoc