We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5966e56 commit 824a689Copy full SHA for 824a689
src/reactive/index.ts
@@ -172,9 +172,9 @@ export interface FlickingReactiveData {
172
export interface FlickingReactiveAPIOptions {
173
/**
174
* Initial panel index to start with. This sets the currentPanelIndex and indexProgress initial values.
175
- * Also affects isReachStart calculation (true when defaultIndex is 0).
+ * Also affects isReachStart and isReachEnd initial value setting.
176
* @ko 시작할 초기 패널 인덱스. currentPanelIndex와 indexProgress의 초기값을 설정합니다.
177
- * 또한 isReachStart 계산에도 영향을 줍니다 (defaultIndex가 0일 때 true).
+ * 또한 isReachStart, isReachEnd 초기값 계산에도 영향을 줍니다.
178
* @default 0
179
*/
180
defaultIndex?: number;
0 commit comments