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.
Properties
Section titled “Properties”currentPersistentId
Section titled “currentPersistentId”currentPersistentId:
string|null
Defined in: inspector-runtime-types.ts:197
ensurePersistentId
Section titled “ensurePersistentId”ensurePersistentId: () =>
string
Defined in: inspector-runtime-types.ts:198
Returns
Section titled “Returns”string
nextPersistentId
Section titled “nextPersistentId”nextPersistentId:
string|null
Defined in: inspector-runtime-types.ts:199
repairReason
Section titled “repairReason”repairReason:
PersistentBlockIdentityRepairReason|null
Defined in: inspector-runtime-types.ts:200
shouldRepairPersistentId
Section titled “shouldRepairPersistentId”shouldRepairPersistentId:
boolean
Defined in: inspector-runtime-types.ts:201