interface SmartSnippetOptions {
    selectionDelay?: number;
}

Properties

Properties

selectionDelay?: number

The amount of time in milliseconds to wait before selecting the source or inline links after calling beginDelayedSelectSource or beginDelayedSelectInlineLink.

1000