Skip to content

Commit

Permalink
Document LogEntryCharMaps type
Browse files Browse the repository at this point in the history
  • Loading branch information
LightFLP committed Sep 26, 2023
1 parent 8d0c63e commit 0b06de9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/developer-documentation/types/LogEntryCharMaps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Name

```TS
interface LogEntryCharMaps {
firstCharIndexMap;
lastCharIndexMap;
}
```

This type is used to represent an object containing two JavaScript [`Map`(s)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map). These maps store the first and last char indices of each log entry. These indices are used for the Segment Annotation and Structure Matching features and Search (with Regular Expressions).

0 comments on commit 0b06de9

Please sign in to comment.