Skip to main content

Variable: stackPrefetch

const stackPrefetch: object

Type declaration

disable()

disable: (element) => void

Parameters

element: any

Returns

void

enable()

enable: (element) => void

Parameters

element: any

Returns

void

getConfiguration()

getConfiguration: () => object

Returns

object

maxImagesToPrefetch

maxImagesToPrefetch: number = Infinity

preserveExistingPool

preserveExistingPool: boolean = true

setConfiguration()

setConfiguration: (config) => void

Parameters

config: any

Returns

void

Defined in

tools/src/utilities/stackPrefetch/stackPrefetch.ts:278