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 panelObject current panel position
현재 패널 위치
Properties
Name Type Description indexNumber Physical index number.
물리적 인덱스 번호.
currIndexNumber Current physical index number.
현재 물리적 인덱스 번호.
noNumber Logical index number.
논리적 인덱스 번호.
currNoNumber Current logical index number.
현재 논리적 인덱스 번호.
$listArray.<{style: String, className: String, html: String}> panel's html
패널 정보
Properties
Name Type Description objObject For convenience, the element is denoted by obj.
편의상 원소를 obj로 표기함
Properties
Name Type Description styleString 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은 삭제됨)
classNameString The class name of the panel element.
패널 요소의 class 이름.
htmlString The innerHTML value of the panel element.
패널 요소의 innerHTML 값.