Loom Engine - v3.1.1
    Preparing search index...

    Interface AuthorityChange

    interface AuthorityChange {
        kind: "handoff" | "host-leave" | "no-host" | "reclaim";
        oldHostId: string | null;
        newHostId: string | null;
        at: number;
    }
    Index

    Properties

    kind: "handoff" | "host-leave" | "no-host" | "reclaim"
    oldHostId: string | null
    newHostId: string | null
    at: number