Options used when highlighting an object.

interface HighlightOptions {
    timeout?: number;
}

Properties

Properties

timeout?: number

Timeout in milliseconds. The highlight is automatically removed if this value is greater than 0.