RemapTransientLocalId Type
RemapTransientLocalId = (sourceLocalId: number) => number
A function returned by TransientIdSequence.merge that remaps the local Id portion of an Id64String generated by
the source sequence to the corresponding local Id in the target sequence.
It returns sourceLocalId
if the input did not originate from the source sequence.
Defined in
- core/bentley/src/Id.ts Line 712
Last Updated: 18 January, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.