Skip to content

UsePersistentBlockIdentityResult

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

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:196


ensurePersistentId: () => string

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

string


nextPersistentId: string | null

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


repairReason: PersistentBlockIdentityRepairReason | null

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


shouldRepairPersistentId: boolean

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