EnsurePersistentBlockIdentityOptions
Defined in: identifiers.ts:45
Inputs for preserving or generating one persistent block identity.
Properties
Section titled “Properties”duplicateDetection?
Section titled “duplicateDetection?”
optionalduplicateDetection?:boolean
Defined in: identifiers.ts:46
existingIds?
Section titled “existingIds?”
optionalexistingIds?:Iterable<string,any,any>
Defined in: identifiers.ts:47
generateId?
Section titled “generateId?”
optionalgenerateId?: (prefix) =>string
Defined in: identifiers.ts:48
Parameters
Section titled “Parameters”prefix
Section titled “prefix”string
Returns
Section titled “Returns”string
prefix
Section titled “prefix”prefix:
string
Defined in: identifiers.ts:49
seenIds?
Section titled “seenIds?”
optionalseenIds?:Iterable<string,any,any>
Defined in: identifiers.ts:50
value:
unknown
Defined in: identifiers.ts:51