Skip to content

Commit 493db10

Browse files
committed
Update constant.js
1 parent 6ffdbb4 commit 493db10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/ve-table/src/util/constant.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ export const INSTANCE_METHODS = {
208208

209209
// contextmenu types
210210
export const CONTEXTMENU_TYPES = {
211+
HEADER_CONTEXTMENU: "headerContextmenu",
212+
BODY_CONTEXTMENU: "bodyContextmenu",
213+
};
214+
215+
// contextmenu node types
216+
export const CONTEXTMENU_NODE_TYPES = {
211217
// separator
212218
SEPARATOR: "SEPARATOR",
213219
// cut

0 commit comments

Comments
 (0)