Lines Matching refs:TransactionsEntry
33 import {TransactionsEntry, TransactionsEntryType, UiData} from './ui_data';
53 protected override logPresenter = new LogPresenter<TransactionsEntry>();
135 protected override async makeUiDataEntries(): Promise<TransactionsEntry[]> {
136 const entries: TransactionsEntry[] = [];
194 entries.push(new TransactionsEntry(entry, fields, layerState));
223 entries.push(new TransactionsEntry(entry, fields, displayState));
239 entries.push(new TransactionsEntry(entry, fields, undefined));
263 entries.push(new TransactionsEntry(entry, fields, layerCreationArgs));
284 entries.push(new TransactionsEntry(entry, fields, destroyedLayerId));
312 entries.push(new TransactionsEntry(entry, fields, displayState));
333 entries.push(new TransactionsEntry(entry, fields, removedDisplayId));
355 new TransactionsEntry(entry, fields, destroyedLayerHandleId),
365 allEntries: TransactionsEntry[],
372 (entry: TransactionsEntry) =>
384 (entry: TransactionsEntry) =>
394 entries: TransactionsEntry[],
395 getValue: (entry: TransactionsEntry) => T | T[],
398 entries.forEach((entry: TransactionsEntry) => {