Properties
perceivedPerformance
perceivedPerformance?: boolean | PerceivedPerformanceOptions
Should we show the progress indicator for a minimum amount of time, configure with PerceivedPerformanceOptions. By default isn’t set, when set to true the following settings are used:
{
minDuration: 500,
maxDuration: 750,
minStep: 50,
maxStep: 150
}
actionLoad
actionLoad?: string
Action to run to trigger the load operation, defaults to 'load'
actionAbort
actionAbort?: string
Action to run to trigger the abort operation, defaults to 'abort'
mode
mode: "flatten"
How we deal with directory structures, defaults to 'flatten'. Currently doesn’t support other values.