entviz — @entviz/core & @entviz/react API
    Preparing search index...

    Interface CeremonyState

    interface CeremonyState {
        ended: boolean;
        index: number;
        plan: ReadbackPlan;
        status: CeremonyStatus;
    }
    Index
    ended: boolean

    true once a differ was confirmed or every planned cell was read.

    index: number

    the next cell (index into plan.cells) to have the reader read.