rovalra
Preparing search index...
core/ui/profile/carousel
createProfileCarouselSection
Function createProfileCarouselSection
createProfileCarouselSection
(
__namedParameters
?:
{
className
?:
string
;
href
?:
string
;
includeScrollButtons
?:
boolean
;
itemGap
?:
string
;
listId
?:
string
;
marginTop
?:
string
;
scrollAmount
?:
number
;
scrollId
?:
string
;
}
,
)
:
{
list
:
HTMLDivElement
;
refreshControls
:
()
=>
void
;
scrollContainer
:
any
;
section
:
any
;
}
Parameters
__namedParameters
:
{
className
?:
string
;
href
?:
string
;
includeScrollButtons
?:
boolean
;
itemGap
?:
string
;
listId
?:
string
;
marginTop
?:
string
;
scrollAmount
?:
number
;
scrollId
?:
string
;
}
= {}
Returns
{
list
:
HTMLDivElement
;
refreshControls
:
()
=>
void
;
scrollContainer
:
any
;
section
:
any
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
rovalra
Loading...