PathLearnedEvent
Defined in: src/model/types.ts:350
Properties
Section titled “Properties”contactKey
Section titled “contactKey”contactKey: string;Defined in: src/model/types.ts:351
learnedAt
Section titled “learnedAt”learnedAt: number;Defined in: src/model/types.ts:363
Wall-clock ms of the learn event.
newOutPathHashSize
Section titled “newOutPathHashSize”newOutPathHashSize: PathHashSize;Defined in: src/model/types.ts:356
newOutPathHex
Section titled “newOutPathHex”newOutPathHex: string;Defined in: src/model/types.ts:355
New out-path bytes the radio observed when the send succeeded. May be empty (e.g. a path-known send fell back to flood and the radio still hasn’t a path it trusts).
previousManual
Section titled “previousManual”previousManual: boolean;Defined in: src/model/types.ts:361
True iff the previous path was set manually — used to decide whether to prompt or apply silently.
previousOutPathHex
Section titled “previousOutPathHex”previousOutPathHex: string;Defined in: src/model/types.ts:358
Path that was on the contact immediately before the learn.