initialLoadKey

abstract var initialLoadKey: K?

First loading key passed to the first PagedList/DataSource.

When a new PagedList/DataSource pair is created after the first, it acquires a load key from the previous generation so that data is loaded around the position already being observed.

Parameters

key

Initial load key passed to the first PagedList/DataSource.