Methods
-
After mounting
Returns:
Type Description Plugin -
Before mounting. It's init point from Flicking instance
-
instanceType: Flicking
Flicking instance
Flicking instance
Returns:
Type Description Plugin -
-
Before the destroy
-
Bind flicking custom events
-
isUndefined()
-
Copyright (c) 2015 NAVER Corp.
egjs projects are licensed under the MIT license
Type Definitions
-
StatusObject
-
The return value specification of the getStatus () method.
getStatus() 메서드의 반환값 명세.
- See:
-
Properties:
Name Type Description panel
Object current panel position
현재 패널 위치
Properties
Name Type Description index
Number Physical index number.
물리적 인덱스 번호.
currIndex
Number Current physical index number.
현재 물리적 인덱스 번호.
no
Number Logical index number.
논리적 인덱스 번호.
currNo
Number Current logical index number.
현재 논리적 인덱스 번호.
$list
Array.<{style: String, className: String, html: String}> panel's html
패널 정보
Properties
Name Type Description obj
Object For convenience, the element is denoted by obj.
편의상 원소를 obj로 표기함
Properties
Name Type Description style
String The value of the style attribute of the panel element. ('transform', 'left', 'top', 'will-change', 'box-sizing', 'width' style has been deleted.)
패널 요소의 style 속성 값. ('transform', 'left', 'top', 'will-change', 'box-sizing', 'width' style은 삭제됨)
className
String The class name of the panel element.
패널 요소의 class 이름.
html
String The innerHTML value of the panel element.
패널 요소의 innerHTML 값.