aboutsummaryrefslogtreecommitdiff
path: root/src/fields
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2025-01-13 17:25:40 -0500
committeralyssaf16 <alyssa_feinberg@brown.edu>2025-01-13 17:25:40 -0500
commit22daafa9c505eb9bffb8604be0924a7450d20113 (patch)
tree30a77425f3bb989e3e100366660c86342f1bf67c /src/fields
parent9e3ca3743437396a16b3e3f402e76336b056d6b7 (diff)
parent10a89be0b184df2750a4b3eceb48db205cb83e95 (diff)
Merge branch 'master' into alyssa-agent
Diffstat (limited to 'src/fields')
-rw-r--r--src/fields/InkField.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fields/InkField.ts b/src/fields/InkField.ts
index f3ff5f11f..936e45eb2 100644
--- a/src/fields/InkField.ts
+++ b/src/fields/InkField.ts
@@ -26,6 +26,14 @@ export enum InkEraserTool {
Radius = 'Radius',
}
+export enum InkProperty {
+ Mask = 'inkMask',
+ Labels = 'labels',
+ StrokeWidth = 'strokeWidth',
+ StrokeColor = 'strokeColor',
+ EraserWidth = ' eraserWidth',
+}
+
export type Segment = Array<Bezier>;
// Defines an ink as an array of points.