Interface IKeyboardEvent
Package: @aurigma/design-atoms-text
Properties
code
Declaration
code: string;
Property Value
| Type | Description |
|---|---|
| string |
ctrlKey
Declaration
ctrlKey: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
key
Declaration
key: string;
Property Value
| Type | Description |
|---|---|
| string |
metaKey
Declaration
metaKey: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
shiftKey
Declaration
shiftKey: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |