React Executor - v0.0.24
    Preparing search index...

    Interface PartialExecutorEvent

    The event that can be published by an executor.

    interface PartialExecutorEvent {
        payload?: any;
        type: ExecutorEventType;
    }
    Index

    Properties

    Properties

    payload?: any

    The payload carried by the event.

    The type of the event.

    See ExecutorEvent for more details.