CompletionPathResult

constructor(path: List<String>, name: String, from: DocPos)

Parameters

path

The dotted access segments before the final name, e.g. for console.log this is ["console"].

name

The identifier being completed (e.g. "log").

from

The document offset where the completed text starts.