Hierarchy

  • Map
    • Props

Constructors

  • Parameters

    • Class: HTMLElement

      The class to define props for

    • Optional props: any = Class.props

      The props to define as an object with the prop name as the key and the prop spec as the value.

    Returns Props

Properties

Class: HTMLElement
dependents: {} = {}

Dependency graph

Type declaration

    eventDispatchQueue: WeakMap<WeakKey, any> = ...

    Accessors

    Methods

    • Parameters

      • element: any
      • eventName: any
      • eventProps: any

      Returns void

    • Add a prop regardless of whether props have been processed or not yet

      Parameters

      • Class: Function
      • name: string
      • spec: any

      Returns void