Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(new): add TSDoc comments to Keyboard #6099

Merged
merged 1 commit into from Jun 25, 2020
Merged

Conversation

jackfranklin
Copy link
Collaborator

No description provided.

@jackfranklin
Copy link
Collaborator Author

This is #6068 rebased with some tweaks applied.

@@ -22,15 +22,81 @@ type KeyDescription = Required<
Pick<KeyDefinition, 'keyCode' | 'key' | 'text' | 'code' | 'location'>
>;

/**
* Keyboard provides an api for managing a virtual keyboard.
* The high level api is {@link Keyboard."type"},
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TimvdLippe you have to quote the type here as it's a TSDoc keyword - that's why the link didn't work before. Bit obscure but ah well.

@jackfranklin jackfranklin merged commit b67ba58 into main Jun 25, 2020
@jackfranklin jackfranklin deleted the keyboard-tsdoc branch June 25, 2020 09:56
@mathiasbynens mathiasbynens changed the title feat(new-docs): add TSDoc comments to Keyboard docs(new): add TSDoc comments to Keyboard Jun 25, 2020
mathiasbynens pushed a commit that referenced this pull request Jun 25, 2020
Co-authored-by: Tim van der Lippe <tvanderlippe@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants