Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface BaseEvent<TEventType>

    The minimal basic Event that can be dispatched by a <>.

    interface BaseEvent<TEventType extends string = string> {
        type: TEventType;
    }

    Type Parameters

    • TEventType extends string = string
    Index

    Properties

    Properties