Search


Search something to see results

DelayOptions

These options can be applied on resources. See SpeedKitConfig.delayed | the delayed option for more information.

1.17.0

interface DelayOptions {
    event?: DelayEvent;
    timeout?: number;
}

Index

Properties

Properties

event?: DelayEvent

The DelayEvent up to which a resource is delayed.

"load"

1.17.0

timeout?: number

The time in milliseconds that must be waited after the event has been completed.

1000

1.17.0