Interface SmartSnippetQuestionsListOptions

interface SmartSnippetQuestionsListOptions {
    selectionDelay?: number;
}

Properties

Properties

selectionDelay?: number

The amount of time in milliseconds to wait before selecting the source after calling beginDelayedSelect.

1000