|
@@ -12,6 +12,10 @@ interface Sequence {
|
|
|
readonly byEntityKey: { [key: number]: Sequence.Entity }
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
namespace Sequence {
|
|
|
export interface Entity {
|
|
|
readonly entityId: string,
|
|
@@ -27,6 +31,9 @@ namespace Sequence {
|
|
|
|
|
|
const byEntityKey: Sequence['byEntityKey'] = {};
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
const chainCount = hierarchy.chains._rowCount
|
|
|
for (let i = 0; i < chainCount; ++i) {
|
|
|
const entityId = label_entity_id.value(i)
|