Skip to content

Commit

Permalink
docs: mark initDefaultConfig method as deprecated in API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail9k committed Dec 6, 2024
1 parent 7af632a commit 55cc8a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ Update all the slide related date includes:
- `maxSlide`
- `minSlide`

## initDefaultConfig()
## ~~initDefaultConfig()~~ <Badge type="danger" text="This method is deprecated"/>

Init carousel default configurations
~~Init carousel default configurations~~

## restartCarousel()

Restart the carousel settings and data, internally it calls:

- `initDefaultConfig`
- ~~`initDefaultConfig`~~
- `resetAutoplay`
- `updateBreakpointsConfig`
- `updateSlidesData`
Expand Down

0 comments on commit 55cc8a4

Please sign in to comment.