aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/StyleProp.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/StyleProp.ts')
-rw-r--r--src/client/views/StyleProp.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/StyleProp.ts b/src/client/views/StyleProp.ts
index dd5b98cfe..44d3bf757 100644
--- a/src/client/views/StyleProp.ts
+++ b/src/client/views/StyleProp.ts
@@ -21,4 +21,6 @@ export enum StyleProp {
FontFamily = 'fontFamily', // font family of text
FontWeight = 'fontWeight', // font weight of text
Highlighting = 'highlighting', // border highlighting
+ ContextMenuItems = 'contextMenuItems', // menu items to add to context menu
+ AnchorMenuItems = 'anchorMenuItems',
}