Skip to content

buildSelectionLine() function

Home > streplts > buildSelectionLine

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;

Parameter

Type

Description

flashPrompt

string

input

string

range

{ start: number; end: number; }

ghostStr

string

hintStr

string

registry

Registry

jsMode

boolean

context

any

globals

any

Returns:

string