Anchorage API reference
    Preparing search index...
    interface DetailViewProps {
        busy: boolean;
        nowMs: number;
        onClaim: () => void;
        onDecide: (decision: ApprovalDecision, comment: string) => void;
        onDelegate: (to: string) => void;
        presence?: PresenceMember[];
        record: ApprovalRecord;
    }
    Index

    Properties

    busy: boolean

    Disables the action controls while a mutation is in flight.

    nowMs: number
    onClaim: () => void
    onDecide: (decision: ApprovalDecision, comment: string) => void
    onDelegate: (to: string) => void
    presence?: PresenceMember[]

    Reviewers currently connected to the live stream. Omit / empty in poll-only mode.