Documentation
    Preparing search index...
    type EventActorStateUpdate = {
        actorId: Id;
        generation: u32;
        state: ActorState;
    }
    Index

    Properties

    actorId: Id
    generation: u32
    state: ActorState