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

ScrollView 组件参考 #2897

Closed
haomole opened this issue Apr 25, 2024 · 4 comments
Closed

ScrollView 组件参考 #2897

haomole opened this issue Apr 25, 2024 · 4 comments
Assignees

Comments

@haomole
Copy link

haomole commented Apr 25, 2024

URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/ui-system/components/editor/scrollview.md

通过编辑器设置的scroll Event事件的第二个参数,cc.d.ts中缺少正确的枚举类型

enum ScrollEventType {
SCROLL_TO_TOP = 0,
SCROLL_TO_BOTTOM = 1,
SCROLL_TO_LEFT = 2,
SCROLL_TO_RIGHT = 3,
SCROLLING = 4,
BOUNCE_TOP = 5,
BOUNCE_BOTTOM = 6,
BOUNCE_LEFT = 7,
BOUNCE_RIGHT = 8,
AUTOSCROLL_ENDED = 9
}

@MrKylinGithub
Copy link
Contributor

没看明白问题,能更具体一点吗?

@MrKylinGithub
Copy link
Contributor

2.4.x 的d.ts 如果有问题,麻烦去 https://github.com/cocos/cocos-engine/issues 提一个反馈,谢谢。

@MrKylinGithub MrKylinGithub self-assigned this Jun 3, 2024
@MrKylinGithub
Copy link
Contributor

嗯。那具体问题是?

@haomole
Copy link
Author

haomole commented Jun 3, 2024

..

@haomole haomole closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants