@rendley/sdk - v1.15.5
    Preparing search index...

    Class EventEmitter

    Typed SDK event bus used throughout the editor/runtime.

    The class itself is intentionally thin; most of the public contract lives in EventsEnum and EventPayloadMap, which together define the allowed event names and payload shapes.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    prefixed: string | boolean

    Methods

    • Remove all listeners, or those of the specified event.

      Parameters

      • Optionalevent: keyof EventPayloadMap

      Returns this