Nude Element API Docs - v0.1.3
    Preparing search index...

    Hierarchy

    • Map
      • Props
    Index

    Constructors

    • Parameters

      • Class: HTMLElement

        The class to define props for

      • Optionalprops: any

        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
    eventDispatchQueue: WeakMap<WeakKey, any> = ...

    Accessors

    Methods

    • Parameters

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

      Returns void

    • Called when a prop value changes. Fires propchange events. Dependency propagation is handled automatically by signals.

      Parameters

      • element: any
      • prop: any
      • change: any

      Returns void