Preparing search index...
The search index is not available
caroucssel
caroucssel
types
ICarousel
Interface ICarousel
The carousel interface.
interface
ICarousel
{
behavior
:
ScrollBehavior
;
get
el
():
Element
;
get
id
():
string
;
index
:
Index
;
get
items
():
HTMLElement
[]
;
get
mask
():
null
|
Element
;
get
pageIndex
():
number
;
get
pages
():
Pages
;
destroy
(
)
:
void
;
update
(
)
:
void
;
}
Hierarchy
ICore
ICarousel
Implemented by
Carousel
Index
Properties
behavior
Accessors
el
id
index
items
mask
page
Index
pages
Methods
destroy
update
Properties
behavior
behavior
:
ScrollBehavior
Accessors
el
get
el
(
)
:
Element
Returns
Element
id
get
id
(
)
:
string
Returns
string
index
get
index
(
)
:
Index
Returns
Index
set
index
(
value
)
:
void
Parameters
value
:
Index
Returns
void
items
get
items
(
)
:
HTMLElement
[]
Returns
HTMLElement
[]
mask
get
mask
(
)
:
null
|
Element
Returns
null
|
Element
page
Index
get
pageIndex
(
)
:
number
Returns
number
pages
get
pages
(
)
:
Pages
Returns
Pages
Methods
destroy
destroy
(
)
:
void
Returns
void
update
update
(
)
:
void
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
behavior
Accessors
el
id
index
items
mask
page
Index
pages
Methods
destroy
update
caroucssel
Loading...
The carousel interface.