EnsurePersistentBlockIdentityOptions
Defined in: identifiers.ts:24
Properties
Section titled “Properties”duplicateDetection?
Section titled “duplicateDetection?”
optionalduplicateDetection?:boolean
Defined in: identifiers.ts:25
existingIds?
Section titled “existingIds?”
optionalexistingIds?:Iterable<string,any,any>
Defined in: identifiers.ts:26
generateId?
Section titled “generateId?”
optionalgenerateId?: (prefix) =>string
Defined in: identifiers.ts:27
Parameters
Section titled “Parameters”prefix
Section titled “prefix”string
Returns
Section titled “Returns”string
prefix
Section titled “prefix”prefix:
string
Defined in: identifiers.ts:28
seenIds?
Section titled “seenIds?”
optionalseenIds?:Iterable<string,any,any>
Defined in: identifiers.ts:29
value:
unknown
Defined in: identifiers.ts:30