Status
interface Status
Status
Flicking Status returned by Flicking#getStatus
| PROPERTY | TYPE | DESCRIPTION | 
|---|---|---|
| index | number | An index of the active panel | 
| position | object | A info to restore camera position | 
| position.panel | number | An index of the panel camera is located at | 
| position.progressInPanel | number | A progress of the camera position inside the panel | 
| visibleOffset | number | An offset to visible panel's original index. This value is available only when visiblePanelsOnly is true | 
| panels | Array<object> | A data array of panels | 
| panels.index | index | An index of the panel | 
| panels.html | string | undefined | An outerHTML of the panel element |