Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
SwipeView
Class SwipeView
Index
Constructor methods
constructor
Properties
currentMasterPage
masterPages
onFlip
onMoveIn
onMoveOut
onTouchStart
slider
wrapper
wrapperHeight
Methods
destroy
goToPage
handleEvent
next
prev
refreshSize
updatePageCount
Constructor methods
constructor
(
element
:
string
)
:
SwipeView
Parameters
element:
string
Returns
SwipeView
constructor
(
element
:
string
, options
:
SwipeViewOptions
)
:
SwipeView
Parameters
element:
string
options:
SwipeViewOptions
Returns
SwipeView
Properties
public
currentMasterPage
:
number
public
masterPages
:
Array<HTMLElement>
public
onFlip
:
SwipeViewEvent
public
onMoveIn
:
SwipeViewEvent
public
onMoveOut
:
SwipeViewEvent
public
onTouchStart
:
SwipeViewEvent
public
slider
:
HTMLElement
public
wrapper
:
HTMLElement
public
wrapperHeight
:
number
Methods
public
destroy
(
)
public
goToPage
(
p
:
number
)
Parameters
p:
number
public
handleEvent
(
e
:
Event
)
Parameters
e:
Event
public
next
(
)
public
prev
(
)
public
refreshSize
(
)
public
updatePageCount
(
n
:
number
)
Parameters
n:
number
Globals