diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-04-12 18:09:03 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-04-12 18:09:03 -0400 |
| commit | ab0e1ac6f5b21f2e10bdce428c882482a0f159b4 (patch) | |
| tree | d876c2be46b46e62b0566ee65932fd05ab5dfc0f /src/pen-gestures | |
| parent | ac5a0f85886c4a0357d90ec494f4a44a5efdd585 (diff) | |
ink to text for groupings
Diffstat (limited to 'src/pen-gestures')
| -rw-r--r-- | src/pen-gestures/GestureUtils.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pen-gestures/GestureUtils.ts b/src/pen-gestures/GestureUtils.ts index 65f2bf80c..cf59cb3c6 100644 --- a/src/pen-gestures/GestureUtils.ts +++ b/src/pen-gestures/GestureUtils.ts @@ -8,7 +8,8 @@ export namespace GestureUtils { readonly gesture: Gestures, readonly points: PointData[], readonly bounds: Rect, - readonly text?: any + readonly text?: any, + readonly times?: number[] ) { } } |
