currentLocalId
currentLocalId: number
The maximum local Id generated by the sequence thus far. It is never less than initialLocalId. If it is equal to initialLocalId, then the sequence has
not yet generated any Ids.
The next local Id generated by the sequence will be currentLocalId + 1
.
Defined in
- core/bentley/src/Id.ts Line 695
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.