evolpagink
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
evolpagink
core
/
com.nxoim.evolpagink.core
/
PageDisplayingEvent
Page
Displaying
Event
sealed
interface
PageDisplayingEvent
<
Key
:
Any
>
Inheritors
VisibleItemsUpdated
PageAnchorChanged
Members
Types
Page
Anchor
Changed
Link copied to clipboard
@
JvmInline
value
class
PageAnchorChanged
<
Key
:
Any
>
(
val
anchor
:
Key
)
:
PageDisplayingEvent
<
Key
>
Visible
Items
Updated
Link copied to clipboard
@
JvmInline
value
class
VisibleItemsUpdated
<
Key
:
Any
>
(
val
value
:
List
<
Key
>
)
:
PageDisplayingEvent
<
Key
>