Interface IExternalContentCompletionContext
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface IExternalContentCompletionContext
Contains context information about the position where the content completion is invoked.
- Since:
- 22.1
-
Method Summary
-
Method Details
-
getPosition
int getPosition()- Returns:
- The position to start the content completion, represents an offset in the document.
-
getSkippedText
String getSkippedText()- Returns:
- The text to be skipped/overwritten by the content completion item insertion.
Can be
null
in case no text should be overwritten.
-