1
0
pines/elements/context-menu.json
2023-05-24 08:29:02 -04:00

8 lines
499 B
JSON

{
"data" : {
"contextMenuOpen" : "If the context menu is open (default: false)",
"contextMenuToggle (event)" : "This function will toggle the context menu to show or hide.",
"calculateContextMenuPosition (clickEvent)" : "This function will calculate the position of the context menu based on the clickEvent position.",
"calculateSubMenuPosition (clickEvent)" : "This function will calculate the position of the sub menu and adjust it if it is off screen."
}
}