Class HyperRender<TAG, OUTPUT>Abstract

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

Type Parameters

  • TAG = any
  • OUTPUT = any

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • tests if the provided parameters, tag and props, are compatible this Zone's h method

    Parameters

    • tag: any
    • Optional props: any

    Returns boolean

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

    Parameters

    • tag: TAG
    • Optional props: null | {
          [key: PropertyKey]: any;
      }
    • Rest ...children: any[]

    Returns OUTPUT

Generated using TypeDoc