We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ParseToken
1 parent 99a10cd commit cb67ea6Copy full SHA for cb67ea6
README.md
@@ -24,6 +24,8 @@ interface ParseToken {
24
background: Color | null;
25
// A Set of the applied decorations
26
decorations: Set<DecorationType>;
27
+ // Offset from the beginning of the input value
28
+ offset: number;
29
}
30
```
31
0 commit comments