Kind: Function
Source: atloria-monorepo/packages/ui-core/src/test-helpers.ts
Helper to simulate keyboard events
Signature
tsfunction simulateKeyPress(element: HTMLElement, key: string, options: Partial<KeyboardEventInit>): void
Parameters
| Name | Type |
|---|---|
element | HTMLElement |
key | string |
options | Partial<KeyboardEventInit> |
Returns: void
Was this page helpful?