@validide/u-front-ends
    Preparing search index...

    Class ComponentEvent

    Events triggered by the components

    Index

    Constructors

    Properties

    Constructors

    • Constructor.

      Parameters

      • id: string

        Component unique identifier.

      • type: ComponentEventType

        The type of event.

      • el: HTMLElement | null

        The component root element.

      • parentEl: HTMLElement

        The parent element of the component.

      • error: Error | null

        The error data in case this is an error event.

      Returns ComponentEvent

    Properties

    data: unknown
    el: HTMLElement | null
    error: Error | null
    id: string
    parentEl: HTMLElement
    timestamp: Date