We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
例如 InteractionHints 中的 touch-policy(键)、hit-target(值)。
InteractionHints
touch-policy
hit-target
尤其是键的命名,更贴近 POJO 明显会带来一些好处:
.
对于值的倒没有键的那么必要,不过仍然建议指定一个建议标准。
The text was updated successfully, but these errors were encountered:
确实。。。最近一直在写ide(想看看实际的话会怎么work),一直在忽视文档。 同意这个会比较好。。。
(想起了为什么有一些是 - 。。。好像是因为一定程度沿用 CSS)
-
Sorry, something went wrong.
No branches or pull requests
例如
InteractionHints
中的touch-policy
(键)、hit-target
(值)。尤其是键的命名,更贴近 POJO 明显会带来一些好处:
.
访问,查找用例、TS 的编译查错等等也会更方便。对于值的倒没有键的那么必要,不过仍然建议指定一个建议标准。
The text was updated successfully, but these errors were encountered: