interface Delayed {
    changeDelayMs: number;
    initialDelayMs: number;
}

Hierarchy (view full)

Properties

changeDelayMs: number

The delay between each change. 0 or below will do changes only once and then end (with change delay of 1 ms in this case).

initialDelayMs: number

Defines the initial delay to load a content or a property value.