AutoBE
    Preparing search index...
    Type: AutoBeEvent["type"]

    Type literal union of all possible event type strings.

    Provides a compile-time enumeration of all event types that can occur during pipeline execution. This type is extracted from the discriminant union property of the AutoBeEvent type and is useful for type guards, switch statements, and event filtering logic.

    The type enables type-safe event handling by ensuring that only valid event type strings can be used when subscribing to events, filtering event streams, or implementing event handlers.