Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/riophae/vue-treeselect
/ createKeyObject
Function
createKeyObject
test/unit/specs/shared.js:27–29 ·
view source on GitHub ↗
(keyCode)
Source
from the content-addressed store, hash-verified
25
}
26
27
function
createKeyObject(keyCode) {
28
return
{ which: keyCode, keyCode }
29
}
30
31
export
function
leftClick(wrapper) {
32
const
MOUSE_BUTTON_LEFT = { button: 0 }
Callers
11
pressBackspaceKey
Function · 0.85
pressEnterKey
Function · 0.85
pressEscapeKey
Function · 0.85
pressEndKey
Function · 0.85
pressHomeKey
Function · 0.85
pressArrowLeft
Function · 0.85
pressArrowUp
Function · 0.85
pressArrowRight
Function · 0.85
pressArrowDown
Function · 0.85
pressDeleteKey
Function · 0.85
pressAKey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected