An event type that tells the data source to load its indexes.
SDK
- tvOS 13.0+
Framework
- TVMLKit JS
Declaration
attribute loadindexes;
Discussion
This event gets triggered when TVMLKit recognizes that the Data
needs to load more indexes. TVMLKit invokes the event when there are visible cells onscreen consisting of incomplete data segments. For example, when the Data
is set up to support lazy loading of data and it begins to request uninitialized objects, this event is triggered.
The load
event contains its Data
object
as the target, as well as a request
property, which is a Load
object.