FollowerReservation
Defined in: variant.ts:69
Properties
Section titled “Properties”kind:
"follower"
Defined in: variant.ts:70
variantId
Section titled “variantId”variantId:
Promise<string|undefined>
Defined in: variant.ts:77
Resolves with the pinned variant, or undefined when the leader aborted,
the wait timed out, or the leader finished without a variant — in which
case the follower should request unpinned, exactly as it would have
before reservations existed. Never rejects.