Handles the mapping of CustomElements to their HTML-Tags via customElement.define and to the data types and [[FudgeCore.Mutable]]s they render an interface for.

Hierarchy (view full)

Constructors

Properties

tag: string

Accessors

Methods

  • Set the value of this element using a format compatible with [[FudgeCore.Mutator]]

    Parameters

    • _value: Object

    Returns void

  • Register map the given element type to the given tag and the given type of data

    Parameters

    • _tag: string
    • _typeCustomElement: typeof CustomElement
    • Optional _typeObject: ObjectConstructor

    Returns void