@sankhyalabs/core-docs 0.0.0-feat-dev-KB-22227.1 → 0.0.0-feat-dev-KB-22227.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/classes/KeyboardManager.md +26 -4
- package/package.json +1 -1
@@ -15,6 +15,10 @@
|
|
15
15
|
- [\_mappedElements](KeyboardManager.md#_mappedelements)
|
16
16
|
- [\_options](KeyboardManager.md#_options)
|
17
17
|
|
18
|
+
### Accessors
|
19
|
+
|
20
|
+
- [mappedKeys](KeyboardManager.md#mappedkeys)
|
21
|
+
|
18
22
|
### Methods
|
19
23
|
|
20
24
|
- [bind](KeyboardManager.md#bind)
|
@@ -62,6 +66,24 @@ ___
|
|
62
66
|
|
63
67
|
src/utils/KeyboardManager/index.ts:11
|
64
68
|
|
69
|
+
## Accessors
|
70
|
+
|
71
|
+
### mappedKeys
|
72
|
+
|
73
|
+
• `get` **mappedKeys**(): `IGetMappedKeys`[]
|
74
|
+
|
75
|
+
Obtém as chaves mapeadas.
|
76
|
+
|
77
|
+
#### Returns
|
78
|
+
|
79
|
+
`IGetMappedKeys`[]
|
80
|
+
|
81
|
+
chaves mapeadas com descrições
|
82
|
+
|
83
|
+
#### Defined in
|
84
|
+
|
85
|
+
src/utils/KeyboardManager/index.ts:97
|
86
|
+
|
65
87
|
## Methods
|
66
88
|
|
67
89
|
### bind
|
@@ -111,7 +133,7 @@ Retorna se todas as teclas modificadoras foram aplicadas
|
|
111
133
|
|
112
134
|
#### Defined in
|
113
135
|
|
114
|
-
src/utils/KeyboardManager/index.ts:
|
136
|
+
src/utils/KeyboardManager/index.ts:166
|
115
137
|
|
116
138
|
___
|
117
139
|
|
@@ -136,7 +158,7 @@ Executa uma função quando um evento de teclado for disparado
|
|
136
158
|
|
137
159
|
#### Defined in
|
138
160
|
|
139
|
-
src/utils/KeyboardManager/index.ts:
|
161
|
+
src/utils/KeyboardManager/index.ts:113
|
140
162
|
|
141
163
|
___
|
142
164
|
|
@@ -161,7 +183,7 @@ Retorna se o evento de teclado foi disparado e as teclas modificadoras aplicadas
|
|
161
183
|
|
162
184
|
#### Defined in
|
163
185
|
|
164
|
-
src/utils/KeyboardManager/index.ts:
|
186
|
+
src/utils/KeyboardManager/index.ts:129
|
165
187
|
|
166
188
|
___
|
167
189
|
|
@@ -208,4 +230,4 @@ Verifica e impede que o evento de teclado seja propagado
|
|
208
230
|
|
209
231
|
#### Defined in
|
210
232
|
|
211
|
-
src/utils/KeyboardManager/index.ts:
|
233
|
+
src/utils/KeyboardManager/index.ts:202
|