CollectPersistentBlockIdentityRepairsOptions
Defined in: identifiers.ts:71
Options for collecting persistent identity repairs across a block tree.
Properties
Section titled “Properties”attributeName
Section titled “attributeName”attributeName:
string
Defined in: identifiers.ts:72
blockName?
Section titled “blockName?”
optionalblockName?:string
Defined in: identifiers.ts:77
Restrict duplicate detection and generated-id collision checks to one block type. Cross-type identity reuse remains valid when this is set.
duplicateDetection?
Section titled “duplicateDetection?”
optionalduplicateDetection?:boolean
Defined in: identifiers.ts:78
generateId?
Section titled “generateId?”
optionalgenerateId?: (prefix) =>string
Defined in: identifiers.ts:79
Parameters
Section titled “Parameters”prefix
Section titled “prefix”string
Returns
Section titled “Returns”string
prefix
Section titled “prefix”prefix:
string
Defined in: identifiers.ts:80