@dxos/app-framework - v0.8.2
    Preparing search index...

    Type Alias ActivationEvents

    ActivationEvents:
        | ActivationEvent
        | { events: ActivationEvent[]; type: "one-of" }
        | { events: ActivationEvent[]; type: "all-of" }

    An activation event that can be a single event, or a combination of events.