toggle menu
interactive-text
0.1.2
jvm
switch theme
search in API
interactive-text
/
me.okonecny.interactivetext
/
Navigation
Navigation
interface
Navigation
Members
Members & Extensions
Properties
scroll
Request
Link copied to clipboard
abstract
val
scrollRequest
:
ScrollRequest
?
Functions
ensure
Cursor
Is
Visible
Link copied to clipboard
fun
Navigation
.
ensureCursorIsVisible
(
scope
:
InteractiveScope
?
)
register
Anchor
Target
Link copied to clipboard
abstract
fun
registerAnchorTarget
(
anchor
:
String
,
scrollId
:
Int
)
request
Scroll
Link copied to clipboard
abstract
fun
requestScroll
(
scrollRequest
:
ScrollRequest
)
scroll
If
Requested
Link copied to clipboard
abstract
suspend
fun
scrollIfRequested
(
lazyListState
:
LazyListState
)