Anchorage API reference
    Preparing search index...
    interface ApprovalDashboardProps {
        actorId?: string;
        client: ApprovalApiClient;
        now?: () => number;
        pollIntervalMs?: number;
        stream?: ApprovalStreamOption;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actorId?: string

    Current reviewer id — attributes optimistic decides + enables conflict detection.

    now?: () => number

    Injectable clock (deterministic SLA countdowns in tests/stories).

    pollIntervalMs?: number

    Queue/metrics refresh cadence; <= 0 disables polling. Default 10s.

    An injected live-stream transport and ticket thunk. When absent, the dashboard remains poll-only. The host builds both values.