InMemoryScrollingOptions
interface
Configuration options for the scrolling feature which can be used with withInMemoryScrolling
function.
API
interface InMemoryScrollingOptions { scrollPositionRestoration?: "disabled" | "enabled" | "top";}}
Jump to details