preload property

bool Function(int index) preload
getter/setter pair

Called to preload a page before other navigation events occur if it returns true, the page has been preloaded, otherwise we assume it's already loaded

Implementation

bool Function(int index) preload;