Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventFoundation

Class representing a Custom Event.

class

Hierarchy

  • EventFoundation

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • Creates a Custom Event.

    Parameters

    • __namedParameters: object
      • eventPayload: object

        The payload object to send on the event.detail property.

        • [key: string]: any
      • eventType: string

        The event type/name value.

    Returns EventFoundation

Properties

Private event

event: CustomEvent

Accessors

eventPayload

  • get eventPayload(): any

eventType

  • get eventType(): string

Methods

getEvent

  • getEvent(): CustomEvent

Generated using TypeDoc