replacementLength property

int? replacementLength
getter/setter pair

The length of the text to be replaced. If supplied, this should be used in preference to the offset provided on the containing completion results. This value may be provided independently of replacementOffset (for example if only one differs from the completion result value).

Implementation

int? replacementLength;