MCPcopy Create free account
hub / github.com/angular/components / home

Function home

src/aria/combobox/combobox.spec.ts:1051–1051  ·  view source on GitHub ↗
(modifierKeys?: {})

Source from the content-addressed store, hash-verified

1049 const enter = async (modifierKeys?: {}) => await keydown('Enter', modifierKeys);
1050 const escape = async (modifierKeys?: {}) => await keydown('Escape', modifierKeys);
1051 const home = async (modifierKeys?: {}) => await keydown('Home', modifierKeys);
1052 const end = async (modifierKeys?: {}) => await keydown('End', modifierKeys);
1053
1054 async function setupCombobox() {

Callers 1

combobox.spec.tsFile · 0.70

Calls 1

keydownFunction · 0.70

Tested by

no test coverage detected