mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 20:29:24 +00:00
docs(web): minor note for maintaining functionality
This commit is contained in:
parent
47dfb155e1
commit
cfbeea765f
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@ export {withoutPrefix as toUnprefixedKeyboardId};
|
|||
interface EventMap {
|
||||
/**
|
||||
* Indicates that the specified stub has just been registered within the cache.
|
||||
*
|
||||
* Note for future hook: establish a listener for this event during engine init
|
||||
* to denote the first added stub to facilitate auto-activation of the first
|
||||
* keyboard to be registered.
|
||||
*/
|
||||
stubAdded: (stub: KeyboardStub) => void;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue