mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-28 19:27:44 +00:00
docs(common/models/templates): a bit more for traversal child method
This commit is contained in:
parent
64efabbc49
commit
6de595394b
1 changed files with 4 additions and 0 deletions
4
common/models/types/index.d.ts
vendored
4
common/models/types/index.d.ts
vendored
|
|
@ -59,6 +59,10 @@ declare interface LexiconTraversal {
|
|||
* If such a traversal state is not supported, returns `undefined`.
|
||||
* Implementations may choose to return `undefined` if more than one UTF-16
|
||||
* codepoint is appended, even if such a descendant exists.
|
||||
*
|
||||
* Note: traversals navigate and represent the lexicon in its "keyed" state,
|
||||
* as produced by use of the search-term keying function defined for the model.
|
||||
* That is, if a model "keys" `è` to `e`, there will be no `è` child.
|
||||
* @param char
|
||||
*/
|
||||
child(char: USVString): LexiconTraversal | undefined;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue