FlickingReactiveState
Reactive state properties for Flicking
Type: TSInterface
| PROPERTY | TYPE | DESCRIPTION |
|---|---|---|
| isReachStart | boolean | Whether Flicking has reached the first panel |
| isReachEnd | boolean | Whether Flicking has reached the last panel |
| totalPanelCount | number | Total number of panels |
| currentPanelIndex | number | Current active panel index |
| progress | number | Overall scroll progress percentage (0-100) |
| indexProgress | number | Panel progress with decimal values |