The dotted access segments before the final name, e.g. for console.log this is ["console"].
console.log
["console"]
The identifier being completed (e.g. "log").
"log"
The document offset where the completed text starts.