Skip to content

UsePersistentBlockIdentityResult

Defined in: inspector-runtime-types.ts:196

Describe the duplicate-safe id lifecycle helpers returned from usePersistentBlockIdentity().

nextPersistentId mirrors the current pending repair target and can be null when no repair is pending yet. Use ensurePersistentId() when you need a guaranteed non-null id for immediate writes or orchestration.

currentPersistentId: string | null

Defined in: inspector-runtime-types.ts:197


ensurePersistentId: () => string

Defined in: inspector-runtime-types.ts:198

string


nextPersistentId: string | null

Defined in: inspector-runtime-types.ts:199


repairReason: PersistentBlockIdentityRepairReason | null

Defined in: inspector-runtime-types.ts:200


shouldRepairPersistentId: boolean

Defined in: inspector-runtime-types.ts:201