Skip to main content

Interface: AnchorRestoreResult

Defined in: src/world/anchors/AnchorTypes.ts:61

Outcome of restoring a single saved anchor.

Properties

anchor?

optional anchor: TrackedAnchorLike

Defined in: src/world/anchors/AnchorTypes.ts:72

The anchor now being tracked, when the attempt succeeded.

Handed back so callers can attach content immediately instead of scanning the tracked set and matching on uuid.


record

record: AnchorRecord

Defined in: src/world/anchors/AnchorTypes.ts:63

The record that was attempted.


status

status: AnchorRestoreStatus

Defined in: src/world/anchors/AnchorTypes.ts:65

How the attempt ended.