Protected
awaitingProtected
cursorProtected
modeProtected
onProtected
textProtected
textProtected
setsetScrollCursor(scrollCursor: number) : boolean scrollCursor refers to the page's position within the entire sum of the data, unlike cursor, which refers to a user's position within displayed data
takes a value that has been updated based on user behavior
returns a boolean that indicates whether the updated scrollCursor led to an update in the data displayed.
Protected
showOptional
name: stringOptional
delay: null | numberOptional
callback: null | FunctionOptional
callbackDelay: null | numberOptional
prompt: null | booleanOptional
promptDelay: null | numberProtected
show
A basic abstract class to act as a holder and processor for UI elements.