Searched refs:LogBoundsKey (Results 1 – 4 of 4) sorted by relevance
21 LogBoundsKey,66 this.bounds = globals.trackDataStore.get(LogBoundsKey) as LogBounds;72 this.bounds = globals.trackDataStore.get(LogBoundsKey) as LogBounds;
22 import {LogBoundsKey, LogEntriesKey, LogExistsKey} from '../common/logs';66 if ([LogExistsKey, LogBoundsKey, LogEntriesKey].includes(args.id)) {
18 LogBoundsKey,200 id: LogBoundsKey,
16 export const LogBoundsKey = 'log-bounds'; constant