1
0
pines/elements/context-menu.json

8 lines
499 B
JSON
Raw Permalink Normal View History

2023-05-24 05:29:02 -07:00
{
"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."
}
}