-
Notifications
You must be signed in to change notification settings - Fork 731
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
The array type for bullets, slides and control of the .d.ts file is not reported correctly in the documentation #169
Comments
@nolimits4web (or @vltansky) could you take a look at it? Thanks. |
Is it possible to take a look? Thanks. |
do you have a chance to take a look to fix this issue in the documentation? Thanks. |
Hey @DAnn2012, thanks for reporting and sorry for the delay. |
The type for
bullets
( Dom7Array[] ) property method ofPagination
,slides
( any[] ) property method ofVirtual Slides
andcontrol
( Swiper[] ) property method ofController
currently present in the .d.ts files is not reported correctly in the documentation and is therefore omittedhttps://github.com/nolimits4web/swiper/blob/Swiper6/src/types/components/pagination.d.ts#L11-L16
https://github.com/nolimits4web/swiper/blob/Swiper6/src/types/components/virtual.d.ts#L18-L21
https://github.com/nolimits4web/swiper/blob/Swiper6/src/types/components/controller.d.ts#L4-L8
Maybe at this code:
swiper-website/build/api/build-methods.js
Lines 32 to 52 in 4a11d94
changes similar to these need to be made:
4a11d94#diff-d4d80730e5323abd7f1f8324e18ebdfd3b631eb52d6a120d36a87e57c42e8603
Thanks.
The text was updated successfully, but these errors were encountered: