buildSelectionLine() function
Home > streplts > buildSelectionLine
buildSelectionLine() function
Section titled “buildSelectionLine() function”Signature:
export declare function buildSelectionLine(flashPrompt: string, input: string, range: { start: number; end: number;}, ghostStr: string, hintStr: string, registry: Registry, jsMode: boolean, context: any, globals: any): string;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
flashPrompt |
string | |
|
input |
string | |
|
range |
{ start: number; end: number; } | |
|
ghostStr |
string | |
|
hintStr |
string | |
|
registry | ||
|
jsMode |
boolean | |
|
context |
any | |
|
globals |
any |
Returns:
string