Sets whether the current text input position when the TextControl is inactive and the blinking caret is not visible.

<void> InputPosition.setInactiveMarker(<Boolean> isInactive, <EmptyRequestCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
isInactive Specifies whether the current text input position when the TextControl is inactive and the blinking caret is not visible.
callback Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.