Lucidworks documentation home page
4.2
Search anything
⌘K
Archive docs
LucidAcademy
Lucidworks
Lucidworks
Search...
Navigation
Services
ScrollToService
SaaS Platform
Platform APIs
Fusion
Managed Fusion
Fusion APIs
Fusion Connectors
Policies
Fusion Server
Overview
Fusion Concepts and Components
Reference Guides
Release Notes
Fusion AI
Overview
Fusion AI Concepts
Reference Guides
Release Notes
App Studio
Overview
App Studio Reference Guides
Overview
Services
Overview
$filterService
$lightningLog
$lightningUrl
$twigkit
$util
BookmarkService
CollaborationService
DateUtils
FieldService
ModalService
PlatformService
QueryIdService
QueryService
ResponseService
ScrollToService
TogglePanesService
TranslationService
UserService
httpInterceptor
scrollAndResizeListener
Accessing Data
Modules
App Studio Gallery
FAQ
Deployment
Search Platforms
Filters
Installation
Overview
Styles
Tags
App Studio Concepts
Fusion App Studio Release Notes
On this page
Description
Methods
scrollToElement(id)
Example
App Studio
App Studio Reference Guides
Services
ScrollToService
Copy page
Copy page
Description
Appkit service providing functions for scrolling to the top or a particular element ID on the page.
Methods
scrollToElement(id)
Scrolls to a specific element based on ID (if no element id is provided it will scroll to the top of the page).
Parameters
Param
Type
Details
id
(optional)
string
The ID of the element to scroll to (if the ID is not defined then this function will scroll the user to the top of the page).
Example
Copy
ScrollToService
.
scrollToElement
(
'foo'
);
Was this page helpful?
Yes
No
ResponseService
TogglePanesService
Assistant
Responses are generated using AI and may contain mistakes.