Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Class EventEmitter<TBaseClass>

    A mixin class which implements the behavior of EventTarget. This is useful in cases where a class wants EventTarget-like behavior but needs to extend some other class.

    Type Parameters

    • TBaseClass extends Function

    Hierarchy (View Summary)

    Index

    Properties

    emittedEvents: string[] = []

    An array of event types which are valid for this class.

    Methods