Skip to content

CollectPersistentBlockIdentityRepairsOptions

Defined in: identifiers.ts:71

Options for collecting persistent identity repairs across a block tree.

attributeName: string

Defined in: identifiers.ts:72


optional blockName?: 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.


optional duplicateDetection?: boolean

Defined in: identifiers.ts:78


optional generateId?: (prefix) => string

Defined in: identifiers.ts:79

string

string


prefix: string

Defined in: identifiers.ts:80