Magek Framework
    Preparing search index...

    Interface EventInterface

    An Event is a fact that has happened in your system. All Event classes of your application must implement this interface.

    interface EventInterface {
        entityID: () => UUID;
    }
    Index

    Properties

    Properties

    entityID: () => UUID